gets the job done
This commit is contained in:
parent
795b0e356f
commit
0d7a4bdb06
8
Makefile
8
Makefile
@ -123,15 +123,13 @@ clean:
|
|||||||
|
|
||||||
###### install
|
###### install
|
||||||
|
|
||||||
.PHONY: $(INSTALL) # FIXME
|
$(BINFILES) : all
|
||||||
|
|
||||||
$(BINFILES) : #$(notdir $@)
|
|
||||||
$(install) --mode a=rx --strip $(notdir $@) $@
|
$(install) --mode a=rx --strip $(notdir $@) $@
|
||||||
|
|
||||||
$(SCRFILES) : #$(notdir $@)
|
$(SCRFILES) : all
|
||||||
$(install) --mode a=rx $(notdir $@) $@
|
$(install) --mode a=rx $(notdir $@) $@
|
||||||
|
|
||||||
$(MANFILES) : #$(notdir $@)
|
$(MANFILES) : all
|
||||||
$(install) --mode a=r $(notdir $@) $@
|
$(install) --mode a=r $(notdir $@) $@
|
||||||
|
|
||||||
install: $(INSTALL)
|
install: $(INSTALL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user