From f4afce75decee9f82ebb7170da2f4abb9b7a7b90 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 2 Mar 2007 15:19:20 +0000 Subject: [PATCH] Moved $(CONFIG)/CONFIG.gnuCommon include so we can override. --- configure/os/CONFIG.darwinCommon.darwinCommon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.darwinCommon.darwinCommon b/configure/os/CONFIG.darwinCommon.darwinCommon index 1cd927905..57c3ff0c4 100644 --- a/configure/os/CONFIG.darwinCommon.darwinCommon +++ b/configure/os/CONFIG.darwinCommon.darwinCommon @@ -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