summaryrefslogtreecommitdiff
path: root/comms/bfhist/files/patch-Makefile
blob: ab4eafa15ab47583331ca27faebed7f1740a9193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./Makefile.orig	2004-11-26 09:58:08.000000000 +0100
+++ ./Makefile	2014-02-16 13:15:20.704540535 +0100
@@ -13,6 +13,9 @@
 	rm -f $(OBJS)
 	rm -f $(BINS)
 
-install: all
-	$(INSTALL) bfhist $(PREFIX)/bin
+strip:
+	strip bfhist
+
+install: strip all
+	$(INSTALL) bfhist $(DESTDIR)$(PREFIX)/bin