Moved $(CONFIG)/CONFIG.gnuCommon include so we can override.

This commit is contained in:
Janet B. Anderson
2007-03-02 15:19:20 +00:00
parent 71e01ae55d
commit f4afce75de

View File

@@ -10,6 +10,9 @@
# Include definitions common to all Unix targets
include $(CONFIG)/os/CONFIG.Common.UnixCommon
# Include common gnu compiler definitions
include $(CONFIG)/CONFIG.gnuCommon
#
# Set OS-specific information
#
@@ -61,9 +64,6 @@ LDLIBS_READLINE = -lreadline
#
COMMANDLINE_LIBRARY=READLINE
# Include common gnu compiler definitions
include $(CONFIG)/CONFIG.gnuCommon
GNU_DIR = /usr
CC = $(GNU_BIN)/cc