[hackers] [libutf] make uninstall: honour DESTDIR || Connor Lane Smith
changeset: 12:47f6b1217763
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Mon May 21 15:23:53 2012 +0100
files: Makefile
description:
make uninstall: honour DESTDIR
diff -r b92a2e649ad4 -r 47f6b1217763 Makefile
--- a/Makefile Mon May 21 15:23:00 2012 +0100
+++ b/Makefile Mon May 21 15:23:53 2012 +0100
_AT_@ -26,7 +26,7 @@
cp libutf.a $(DESTDIR)$(PREFIX)/lib
uninstall:
- rm -f $(PREFIX)/lib/libutf.a
+ rm -f $(DESTDIR)$(PREFIX)/lib/libutf.a
clean:
rm -f libutf.a utftest utftest.o $(OBJ)
Received on Mon May 21 2012 - 16:23:55 CEST
This archive was generated by hypermail 2.3.0
: Mon May 21 2012 - 16:24:10 CEST