Implemented support for bundles containing no object fiel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-23 11:27:44 +00:00
parent 30e22fc132
commit 3d68eb12ee

View file

@ -1,3 +1,11 @@
Thu May 23 12:22:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/rules.make (OBJ_FILES_TO_LINK): Strip it when it's
created, so that we can compare it to '' to check if there is
anything to build/link or not.
* Instance/bundle.make: Modified everything implementing support
for bundles which contain resources, but no object file to load.
Tue May 21 17:07:23 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/rules.make (internal-$(GNUSTEP_TYPE)-install):