From 1ef22d01d6e11a6d0da279cc089502d50c9412d1 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sat, 12 Oct 2002 07:31:30 +0000 Subject: [PATCH] hack for "make install" --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)