gets the job done

This commit is contained in:
albert 2002-10-12 08:02:27 +00:00
parent 795b0e356f
commit 0d7a4bdb06

View File

@ -123,15 +123,13 @@ clean:
###### install
.PHONY: $(INSTALL) # FIXME
$(BINFILES) : #$(notdir $@)
$(BINFILES) : all
$(install) --mode a=rx --strip $(notdir $@) $@
$(SCRFILES) : #$(notdir $@)
$(SCRFILES) : all
$(install) --mode a=rx $(notdir $@) $@
$(MANFILES) : #$(notdir $@)
$(MANFILES) : all
$(install) --mode a=r $(notdir $@) $@
install: $(INSTALL)