From 74d25aa2e637b05bb2a1518d0a405bf6e574d41c Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 20 Jul 2000 19:31:02 +0000 Subject: macroszification: a new greatest hit. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0472e56..ead184e 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ FILES= spec-helper clean_files compress_files strip_files relative_me_babe DISTFILES= Makefile ChangeLog Howto-spec-helper $(FILES) NAME=spec-helper DIST=$(NAME)-$(VERSION) +bindir=/usr/bin all: @echo "use make install or make dist" @@ -26,6 +27,8 @@ dist: rm -rf $(DIST) install: + install -d -m755 $(bindir) + install -m755 macroszification $(bindir)/ install -d -m 755 $(DESTDIR)/usr/share/spec-helper install -m 755 $(FILES) $(DESTDIR)/usr/share/spec-helper -- cgit v1.2.1