makefile include fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28286 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-05-16 19:25:07 +00:00
parent 19743b8c0b
commit e8145da819
5 changed files with 11 additions and 10 deletions

View file

@ -3,6 +3,7 @@
* Source/NSURL.m: Add support for file URLs on mswindows. The path
may be of the form C:\... rather than /... (and the colon might be
a vertical bar).
Also makefile fixes for bug #26446
2009-05-11 Adam Fedor <fedor@gnu.org>

View file

@ -43,9 +43,9 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ../config.mak
include ../Source/pathconfig/pathconfig.mak
-include ../Version
-include ../config.mak
-include ../Source/pathconfig/pathconfig.mak
# The documents to be generated
DOCUMENT_NAME = coding-standards

View file

@ -43,9 +43,9 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ../config.mak
include ../Source/pathconfig/pathconfig.mak
-include ../Version
-include ../config.mak
-include ../Source/pathconfig/pathconfig.mak
libgnustep-base_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)

View file

@ -47,7 +47,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ../config.mak
include pathconfig/pathconfig.mak
-include pathconfig/pathconfig.mak
# Interface version changes with each minor release
libgnustep-base_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)

View file

@ -43,9 +43,9 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ../config.mak
include ../Source/pathconfig/pathconfig.mak
-include ../Version
-include ../config.mak
-include ../Source/pathconfig/pathconfig.mak
# DTDs to install
dtddir = $(GNUSTEP_LIBRARY)/DTDs