From: helge Date: Wed, 10 Aug 2005 00:10:01 +0000 (+0000) Subject: fixed header lookup for frameworks X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a551829def26957d58cef51ce6a082c3d7345d;p=sope fixed header lookup for frameworks git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1024 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/gnustep-make/ChangeLog b/gnustep-make/ChangeLog index 0e6585ef..6c8acb28 100644 --- a/gnustep-make/ChangeLog +++ b/gnustep-make/ChangeLog @@ -1,3 +1,7 @@ +2005-08-10 Helge Hess + + * Instance/framework.make: fixed header lookup + 2004-09-07 Adam Fedor * Version 1.10.0 diff --git a/gnustep-make/Instance/framework.make b/gnustep-make/Instance/framework.make index c756e4ff..cb6eb753 100644 --- a/gnustep-make/Instance/framework.make +++ b/gnustep-make/Instance/framework.make @@ -294,7 +294,7 @@ $(DERIVED_SOURCES_DIR): $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) # Need to share this code with the headers code ... but how. -$(FRAMEWORK_HEADER_FILES):: $(HEADER_FILES) +$(FRAMEWORK_HEADER_FILES):: $(addprefix $(HEADER_FILES_DIR)/,$(HEADER_FILES)) ifneq ($(HEADER_FILES),) $(ECHO_NOTHING)for file in $(HEADER_FILES) __done; do \ if [ $$file != __done ]; then \