From c35b6f2940bc0c87902ef5384b6e127ce0882dc2 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 27 Feb 2007 12:07:55 +0000 Subject: [PATCH] Removed some obsolete code from makefiles git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24700 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ Source/win32/GNUmakefile.preamble | 1 - Source/winlib/GNUmakefile.preamble | 1 - Source/x11/GNUmakefile.preamble | 1 - Source/xdps/GNUmakefile.preamble | 1 - Source/xlib/GNUmakefile.preamble | 1 - 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7f23ae..76d50db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-02-27 Nicola Pero + + * Source/x11/GNUmakefile.preamble (GNUSTEP_INSTALL_LIBDIR): Do + not set this obsolete/unused variable. + * Source/xdps/GNUmakefile.preamble: Same change. + * Source/xlib/GNUmakefile.preamble: Same change. + * Source/win32/GNUmakefile.preamble: Same change. + * Source/winlib/GNUmakefile.preamble: Same change. + 2007-02-27 Nicola Pero * configure.ac: Fixed typo: store XFT_LIBS in CAIRO_LIBS, not in diff --git a/Source/win32/GNUmakefile.preamble b/Source/win32/GNUmakefile.preamble index bb7ae67..7db4ed6 100644 --- a/Source/win32/GNUmakefile.preamble +++ b/Source/win32/GNUmakefile.preamble @@ -27,7 +27,6 @@ # # Additional flags to pass to the preprocessor -GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT) ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS) # Additional flags to pass to the Objective-C compiler diff --git a/Source/winlib/GNUmakefile.preamble b/Source/winlib/GNUmakefile.preamble index cf6a3cb..a8232a5 100644 --- a/Source/winlib/GNUmakefile.preamble +++ b/Source/winlib/GNUmakefile.preamble @@ -36,7 +36,6 @@ # # Additional flags to pass to the preprocessor -GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT) ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS) # Additional flags to pass to the Objective-C compiler diff --git a/Source/x11/GNUmakefile.preamble b/Source/x11/GNUmakefile.preamble index 1a02a5b..11be07a 100644 --- a/Source/x11/GNUmakefile.preamble +++ b/Source/x11/GNUmakefile.preamble @@ -27,7 +27,6 @@ # # Additional flags to pass to the preprocessor -GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT) ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS) # Additional flags to pass to the Objective-C compiler diff --git a/Source/xdps/GNUmakefile.preamble b/Source/xdps/GNUmakefile.preamble index f504af6..0d6ebcd 100644 --- a/Source/xdps/GNUmakefile.preamble +++ b/Source/xdps/GNUmakefile.preamble @@ -27,7 +27,6 @@ # # Additional flags to pass to the preprocessor -GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT) ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS) # Additional flags to pass to the Objective-C compiler diff --git a/Source/xlib/GNUmakefile.preamble b/Source/xlib/GNUmakefile.preamble index f504af6..0d6ebcd 100644 --- a/Source/xlib/GNUmakefile.preamble +++ b/Source/xlib/GNUmakefile.preamble @@ -27,7 +27,6 @@ # # Additional flags to pass to the preprocessor -GNUSTEP_INSTALL_LIBDIR=$(GNUSTEP_LIBRARIES_ROOT) ADDITIONAL_CPPFLAGS += -Wall $(CONFIG_SYSTEM_DEFS) # Additional flags to pass to the Objective-C compiler