git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-0_6_6@6941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-07-21 11:53:33 +00:00
parent 72abe3ef6c
commit 4b0703b35d

View file

@ -66,7 +66,7 @@ MAKE_FILES = aggregate.make application.make bundle.make service.make \
all: generated-files which_lib$(EXEEXT)
which_lib$(EXEEXT): which_lib.c
$(CC) @CFLAGS@ -Wall -o $@ $^
$(CC) @CFLAGS@ -Wall -o $@ $^
install: all
$(srcdir)/mkinstalldirs $(prefix) $(makedir) \