Added include line for CONFIG_SITE file.
This commit is contained in:
@@ -30,3 +30,6 @@ PRODDIR_LDFLAGS += $(PROD_DEPLIB_DIRS:%=-Wl,-rpath,%)
|
||||
LDLIBS_READLINE = -lreadline -lcurses
|
||||
|
||||
GNU_LDLIBS_YES = -lgcc_pic
|
||||
|
||||
-include $(CONFIG)/os/CONFIG_SITE.Common.freebsdCommon
|
||||
|
||||
|
||||
@@ -36,3 +36,5 @@ PRODDIR_LDFLAGS += $(PROD_DEPLIB_DIRS:%=-Wl,-rpath,%)
|
||||
# Definitions used when COMMANDLINE_LIBRARY is READLINE
|
||||
LDLIBS_READLINE = -lreadline -lncurses
|
||||
|
||||
-include $(CONFIG)/os/CONFIG_SITE.Common.linuxCommon
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# CONFIG.Common.darwinCommon
|
||||
# CONFIG.darwinCommon.darwinCommon
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
@@ -94,3 +94,4 @@ vpath %.m $(USR_VPATH) $(ALL_SRC_DIRS)
|
||||
%.o: %.m
|
||||
$(COMPILE.c) -c $<
|
||||
|
||||
-include $(CONFIG)/os/CONFIG_SITE.darwinCommon.darwinCommon
|
||||
|
||||
Reference in New Issue
Block a user