blob: 1c672425732f0db3a4360384e1dcd79913792f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2014-06-09 18:03:32.820418765 +0800
+++ Makefile.in 2014-06-09 18:03:44.724423559 +0800
@@ -6,7 +6,7 @@ all: bounix
clean:
rm *.o bounix
install:
- $(INSTALL) bounix /usr/local/bin/bounix
+ $(INSTALL) bounix $(DESTDIR)${PREFIX}/bin/bounix
distclean:
rm *.o bounix config.status config.cache config.log config.h Makefile
.o:
|