for now don't delete generated files. bring this back

after generated files are depended on correctly.
This commit is contained in:
Chris PeBenito 2005-11-07 16:14:55 +00:00
parent bc6dfa6778
commit cd508d4044

View File

@ -367,14 +367,14 @@ bare: clean
rm -f $(MOD_CONF)
rm -f $(BOOLEANS)
rm -fR $(HTMLDIR)
ifneq ($(GENERATED_TE),)
rm -f $(GENERATED_TE)
endif
ifneq ($(GENERATED_IF),)
rm -f $(GENERATED_IF)
endif
ifneq ($(GENERATED_FC),)
rm -f $(GENERATED_FC)
endif
#ifneq ($(GENERATED_TE),)
# rm -f $(GENERATED_TE)
#endif
#ifneq ($(GENERATED_IF),)
# rm -f $(GENERATED_IF)
#endif
#ifneq ($(GENERATED_FC),)
# rm -f $(GENERATED_FC)
#endif
.PHONY: install-src install-appconfig conf html bare