commit c6f865074f43f08eb7a6db1afb7770c087a9d991
parent 88cf7e1262ee8df5c468714571a5fff581b9546c
Author: Connor Lane Smith <cls@lubutu.com>
Date: Mon, 21 May 2012 15:23:53 +0100
make uninstall: honour DESTDIR
Diffstat:
| Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --dropbox a/Makefile b/Makefile
@@ -26,7 +26,7 @@ install: libutf.a
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)