MakefileInclude needs rebuilding if configure/RELEASE changes.

This commit is contained in:
Andrew Johnson
2004-03-31 17:09:04 +00:00
parent bfb3de64ce
commit ea297a6078

View File

@@ -77,7 +77,7 @@ endif
ifneq (,$(strip $(PROD) $(TESTPROD) $(LIBRARY) $(LOADABLE_LIBRARY)))
MakefileInclude: ../Makefile
MakefileInclude: ../Makefile $(wildcard $(TOP)/configure/RELEASE*)
@$(RM) $@
@$(PERL) $(TOOLS)/makeMakefileInclude.pl $(PROD) $(TESTPROD) $(LIBRARY) $(LOADABLE_LIBRARY) $@