Here is one more tiny change. Somehow there
is a conflict between : and :: rules in bundle.make and framework.make. So
I changed the rule in bundle.make to be a :: rule, and it seems
fine.
|
diff -u -r -w -x .svn gnustep-make-orig/Instance/Shared/bundle.make gnustep-make/Instance/Shared/bundle.make --- gnustep-make-orig/Instance/Shared/bundle.make Thu Sep 2 11:14:21 2004 +++ gnustep-make/Instance/Shared/bundle.make Mon Jun 27 20:28:47 2005 @@ -155,7 +155,7 @@ LANGUAGES = English endif -$(GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH): +$(GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH):: $(ECHO_CREATING)$(MKDIRS) [EMAIL PROTECTED](END_ECHO) $(FULL_RESOURCE_DIRS):
_______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev