realclean rule must delete all RELEASE.<host>.local files

This commit is contained in:
Andrew Johnson
2018-12-18 15:43:18 -06:00
parent c9eda3ca48
commit a8fdf2efeb

View File

@ -55,4 +55,4 @@ $(RELEASE_LOCAL):
$(ECHO) Creating $@, EPICS_BASE = $(INSTALL_LOCATION_ABS)
@echo EPICS_BASE = $(INSTALL_LOCATION_ABS)> $@
realclean:
$(RM) $(RELEASE_LOCAL)
$(RM) $(wildcard RELEASE.*.local)