From a8fdf2efeb2519cf6212963c10d645c7566b2e6e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 18 Dec 2018 15:43:18 -0600 Subject: [PATCH] realclean rule must delete all RELEASE..local files --- modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Makefile b/modules/Makefile index cd782fe80..214e914f1 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -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)