CHMOD now defined in config dir.

This commit is contained in:
Janet B. Anderson
1997-02-05 21:01:36 +00:00
parent 3c73143f3a
commit 74f253820a

View File

@@ -48,12 +48,12 @@ $(INSTALL_BIN)/installEpics: testmkdir installEpics
testmkdir: ../testmkdir
@$(RM) $@
@$(CP) -p $< $@
@/bin/chmod 755 $@
@$(CHMOD) 755 $@
installEpics: ../installEpics
@$(RM) $@
@$(CP) -p $< $@
@/bin/chmod 755 $@
@$(CHMOD) 755 $@
endif