Fixed before-$(TARGET)-all and after-$(TARGET)-all

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10443 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-12 15:55:42 +00:00
parent dcddc7d4d2
commit 76f9c82135

View file

@ -317,6 +317,7 @@ endif # end of FRAMEWORK code
$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
internal-$(call type,$*)-$(call operation,$*) \
INTERNAL_$(call type,$*)_NAME=$(call target,$*) \
TARGET=$(call target,$*) \
_SUBPROJECTS="$($(call target,$*)_SUBPROJECTS)" \
OBJC_FILES="$($(call target,$*)_OBJC_FILES)" \
C_FILES="$($(call target,$*)_C_FILES)" \