Fixed Makefile so distclean target will work.

This commit is contained in:
Janet B. Anderson
2004-01-19 17:02:31 +00:00
parent adff31997d
commit 25d76153ff
3 changed files with 4 additions and 2 deletions

View File

@@ -14,9 +14,7 @@
TOP = .
include $(TOP)/configure/CONFIG
ifeq ($(strip $(COMPAT_313)),YES)
DIRS += config config/tools
endif
DIRS += configure src
include $(TOP)/configure/RULES_TOP

View File

@@ -15,10 +15,12 @@ TOP=..
include $(TOP)/configure/CONFIG
ifeq ($(strip $(COMPAT_313)),YES)
INSTALL_CONFIG = $(INSTALL_LOCATION)/config
CONFIGS += $(subst ../,,$(wildcard ../CONFIG*))
CONFIGS += $(subst ../,,$(wildcard ../RULES*))
endif
include $(TOP)/configure/RULES

View File

@@ -15,8 +15,10 @@ TOP=../..
include $(TOP)/configure/CONFIG
ifeq ($(strip $(COMPAT_313)),YES)
SCRIPTS_HOST += $(subst ../,,$(wildcard ../*.pl))
SCRIPTS_HOST += installEpics
endif
include $(TOP)/configure/RULES