mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Renamed from Makefile.
(srcdir, VPATH): new vars. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2281b0cdee
commit
abfbe94579
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
#### Start of system configuration section. ####
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
#### End of system configuration section. ####
|
||||
|
||||
include $(srcdir)/../Makeconf
|
||||
|
||||
ADMIN_FILES = \
|
||||
|
|
Loading…
Reference in a new issue