($(DYNAMIC_OFILES)): Use $(srcdir).

($(BUNDLE_NAMEJ)): Likewise.
(Reported by Matthias Klose <doko@cs.tu-berlin.de>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-12 20:42:18 +00:00
parent d9af652f8b
commit 8d8ad1c168

View file

@ -183,14 +183,14 @@ bundles: $(BUNDLE_NAME).bundle/$(BUNDLE_NAME)
$(DYNAMIC_OFILES): $(DYNAMIC_MFILES) $(DYNAMIC_HFILES)
$(CC) -c $(ALL_CPPFLAGS) $(DEFS) $(DYNAMIC_CFLAGS) $(ALL_OBJCFLAGS) \
$*.m -o $*.o
$(srcdir)/$*.m -o $*.o
$(BUNDLE_NAME).bundle/$(BUNDLE_NAME): $(DYNAMIC_OFILES)
-mkdir $(BUNDLE_NAME).bundle
-mkdir $(BUNDLE_NAME).bundle/English.lproj
$(DYNAMIC_BUNDLER_LINKER) -o $(BUNDLE_NAME).bundle/$(BUNDLE_NAME) \
$(DYNAMIC_OFILES)
cp NXStringTable.example $(BUNDLE_NAME).bundle/English.lproj
cp $(srcdir)/NXStringTable.example $(BUNDLE_NAME).bundle/English.lproj
mostlyclean:
rm -f core *~ test08.data textcoder.txt