comment in configure/RULES_EXPAND

This commit is contained in:
Michael Davidsaver
2014-09-25 16:49:44 -04:00
parent 3fe84c5ace
commit 7a3e52b647

View File

@@ -8,6 +8,7 @@ EXPAND_TOOL ?= $(PERL) $(TOOLS)/expandVars.pl
EXPANDFLAGS += -t $(INSTALL_LOCATION) -a $(T_A)
EXPANDFLAGS += $(addprefix -D ,$(EXPAND_VARS))
# The names of files to be expanded must end with '@'
EXPANDED = $(EXPAND:%@=%)
buildInstall: $(EXPANDED)