Skip to content

Commit

Permalink
Removed extra print line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janet B. Anderson committed Jul 1, 1996
1 parent d2adaab commit 9f6c8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/RULES.Vx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ $(INSTALL_BIN)/%: ../%

$(INSTALL_BIN)/%: $(EPICS_BASE_BIN)/%
@echo "Installing $@"
@echo "======================================= $@"
@test -d $(INSTALL_LOCATION_BIN) || mkdir $(INSTALL_LOCATION_BIN)
@test -d $(INSTALL_BIN) || mkdir $(INSTALL_BIN)
@$(INSTALL) -m 555 $< $(INSTALL_BIN)
Expand Down

0 comments on commit 9f6c8d2

Please sign in to comment.