* test-application.make set $(TEST_APP_NAME) to be a double colon target.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-08-04 09:03:32 +00:00
parent 61d4758ce1
commit fa897454eb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tues Aug 4 1998 Felipe A. Rodriguez <far@ix.netcom.com>
* test-application.make set $(TEST_APP_NAME) to be a double colon target.
Sat Jul 31 21:20:00 1998 Richard Frith-Macdonald <richard@brainstrom.co.uk>
*common.make: Modified to set LDFLAGS to use '-pg' when compiling

View file

@ -37,7 +37,7 @@ internal-clean:: $(TEST_APP_NAME:=.clean.app.variables)
internal-distclean:: $(TEST_APP_NAME:=.distclean.app.variables)
$(TEST_APP_NAME):
$(TEST_APP_NAME)::
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory $@.all.app.variables
else