mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Define FRAMEWORK_NAME here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14935 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
390886de4d
commit
074ecef74e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ ifeq ($(RULES_MAKE_LOADED),)
|
|||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
endif
|
||||
|
||||
FRAMEWORK_NAME := $(strip $(FRAMEWORK_NAME))
|
||||
|
||||
# A framework has a special task to do before-all, which is to build
|
||||
# the public framework headers.
|
||||
before-all:: $(FRAMEWORK_NAME:=.build-headers.framework.variables)
|
||||
|
|
Loading…
Reference in a new issue