hack for "make install"
This commit is contained in:
8
Makefile
8
Makefile
@@ -123,13 +123,15 @@ clean:
|
|||||||
|
|
||||||
###### install
|
###### install
|
||||||
|
|
||||||
$(BINFILES) : $(@F)
|
.PHONY: $(INSTALL) # FIXME
|
||||||
|
|
||||||
|
$(BINFILES) : #$(notdir $@)
|
||||||
$(install) --mode a=rx --strip $(notdir $@) $@
|
$(install) --mode a=rx --strip $(notdir $@) $@
|
||||||
|
|
||||||
$(SCRFILES) : $(@F)
|
$(SCRFILES) : #$(notdir $@)
|
||||||
$(install) --mode a=rx $(notdir $@) $@
|
$(install) --mode a=rx $(notdir $@) $@
|
||||||
|
|
||||||
$(MANFILES) : $(@F)
|
$(MANFILES) : #$(notdir $@)
|
||||||
$(install) --mode a=r $(notdir $@) $@
|
$(install) --mode a=r $(notdir $@) $@
|
||||||
|
|
||||||
install: $(INSTALL)
|
install: $(INSTALL)
|
||||||
|
Reference in New Issue
Block a user