Moved InstallVersion to extensions

This commit is contained in:
Janet B. Anderson
1996-07-06 20:24:21 +00:00
parent 622ad2926d
commit c82788102c

View File

@@ -2,7 +2,7 @@ TOP = ../../..
include $(TOP)/config/CONFIG_BASE
PROD = installEpics
SCRIPTS = InstallVersion getrel
SCRIPTS = getrel
include $(TOP)/config/RULES.Unix
@@ -12,12 +12,6 @@ $(INSTALL_BIN)/installEpics: installEpics
@test -d $(INSTALL_BIN) || mkdir $(INSTALL_BIN)
@./installEpics -m 555 $< $(INSTALL_BIN)
$(INSTALL_BIN)/InstallVersion: ../InstallVersion
@echo "Installing $@"
@test -d $(INSTALL_LOCATION_BIN) || mkdir $(INSTALL_LOCATION_BIN)
@test -d $(INSTALL_BIN) || mkdir $(INSTALL_BIN)
@./installEpics -m 555 $< $(INSTALL_BIN)
installEpics: ../installEpics
@$(RM) $@
@cp -p $< $@