mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Forgot to commit this - added Master/application.make and Instance/application.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f964377b1
commit
b9aaaf40df
1 changed files with 4 additions and 2 deletions
|
@ -84,9 +84,11 @@ MAKE_FILES = aggregate.make application.make bundle.make service.make \
|
|||
spec-rules.template spec-debug-rules.template \
|
||||
spec-debug-alone-rules.template
|
||||
|
||||
MASTER_MAKE_FILES = source-distribution.make rpm.make rules.make
|
||||
MASTER_MAKE_FILES = source-distribution.make rpm.make rules.make \
|
||||
application.make
|
||||
|
||||
INSTANCE_MAKE_FILES = rules.make
|
||||
INSTANCE_MAKE_FILES = rules.make \
|
||||
application.make
|
||||
|
||||
all: generated-files which_lib$(EXEEXT)
|
||||
|
||||
|
|
Loading…
Reference in a new issue