commit 44ec7df86c30fdb6b7ccba018b0bc5a05551ca18
parent 9765fabf4d48cc6af2f8870fae4dde5c975ac86c
Author: Anselm R Garbe <anselm@garbe.us>
Date: Sat, 29 May 2010 19:23:23 +0100
applied dibbs patch, slightly modified though
Diffstat:
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -36,6 +36,7 @@ SUBDIRS = lib9\
primes\
rc\
read\
+ sam\
sha1sum\
sed\
seq\
diff --git a/diff/Makefile b/diff/Makefile
@@ -21,7 +21,7 @@ install: ${TARG}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
.c.o:
@echo CC $*.c
diff --git a/rc/Makefile b/rc/Makefile
@@ -38,7 +38,7 @@ install: ${TARG}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
rm -f ${DESTDIR}${PREFIX}/etc/rcmain
.c.o:
diff --git a/sam/Makefile b/sam/Makefile
@@ -23,7 +23,7 @@ install: ${TARG}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
.c.o:
@echo CC $*.c
diff --git a/std.mk b/std.mk
@@ -21,7 +21,7 @@ install-default: ${TARG}
uninstall: pre-uninstall
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILE}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILE}
.c.o:
@echo CC $*.c
diff --git a/yacc.mk b/yacc.mk
@@ -24,7 +24,7 @@ install: ${TARG}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
.c.o:
@echo CC $*.c