]> granicus.if.org Git - procps-ng/commitdiff
gets the job done
authoralbert <>
Sat, 12 Oct 2002 08:02:27 +0000 (08:02 +0000)
committeralbert <>
Sat, 12 Oct 2002 08:02:27 +0000 (08:02 +0000)
Makefile

index ee32b413a0e3e93a8db6dfb5fb1c123966a29363..1a3d4816f54a900adfc90f03fe39e26330c34a4d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)