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 $(MOD_CONF)
rm -f $(BOOLEANS) rm -f $(BOOLEANS)
rm -fR $(HTMLDIR) rm -fR $(HTMLDIR)
ifneq ($(GENERATED_TE),) #ifneq ($(GENERATED_TE),)
rm -f $(GENERATED_TE) # rm -f $(GENERATED_TE)
endif #endif
ifneq ($(GENERATED_IF),) #ifneq ($(GENERATED_IF),)
rm -f $(GENERATED_IF) # rm -f $(GENERATED_IF)
endif #endif
ifneq ($(GENERATED_FC),) #ifneq ($(GENERATED_FC),)
rm -f $(GENERATED_FC) # rm -f $(GENERATED_FC)
endif #endif
.PHONY: install-src install-appconfig conf html bare .PHONY: install-src install-appconfig conf html bare