From: albert <> Date: Sat, 12 Oct 2002 07:31:30 +0000 (+0000) Subject: hack for "make install" X-Git-Tag: v3.3.0~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ef22d01d6e11a6d0da279cc089502d50c9412d1;p=procps-ng hack for "make install" --- diff --git a/Makefile b/Makefile index 66c7f761..ee32b413 100644 --- 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)