mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix minor makefile errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27597 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
731ed0c009
commit
2c7647d9f1
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
endif
|
||||
|
||||
-include config.mak
|
||||
-include Source/pathconfig/pathconfig.mak
|
||||
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
export GNUSTEP_CORE_SOFTWARE
|
||||
|
@ -52,6 +51,8 @@ SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
|||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
-include Source/pathconfig/pathconfig.mak
|
||||
|
||||
include ./Version
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue