]> granicus.if.org Git - procps-ng/commitdiff
hack for "make install"
authoralbert <>
Sat, 12 Oct 2002 07:31:30 +0000 (07:31 +0000)
committeralbert <>
Sat, 12 Oct 2002 07:31:30 +0000 (07:31 +0000)
Makefile

index 66c7f76166cca47791928937de53253b1d8d9c22..ee32b413a0e3e93a8db6dfb5fb1c123966a29363 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,13 +123,15 @@ clean:
 
 ###### install
 
-$(BINFILES) : $(@F)
+.PHONY: $(INSTALL)   # FIXME
+
+$(BINFILES) : #$(notdir $@)
        $(install) --mode a=rx --strip $(notdir $@) $@
 
-$(SCRFILES) : $(@F)
+$(SCRFILES) : #$(notdir $@)
        $(install) --mode a=rx $(notdir $@) $@
 
-$(MANFILES) : $(@F)
+$(MANFILES) : #$(notdir $@)
        $(install) --mode a=r $(notdir $@) $@
 
 install: $(INSTALL)