mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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
This commit is contained in:
parent
532dfe03a7
commit
c35b6f2940
6 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-02-27 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* 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 <nicola.pero@meta-innovation.com>
|
||||
|
||||
* configure.ac: Fixed typo: store XFT_LIBS in CAIRO_LIBS, not in
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue