Skip to content

Commit

Permalink
Fixed Makefile so distclean target will work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janet B. Anderson committed Jan 19, 2004
1 parent adff319 commit 25d7615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 2 additions & 0 deletions config/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25d7615

Please sign in to comment.