summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-07-18 16:23:16 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-07-18 16:23:16 +0000
commit93921bf31720e59badbd25017a60fcafb5e9df6c (patch)
tree26357daf1f5048b0b09addd8b405a69668b9d7cc /Makefile.in
parent28be8101d1775667e0d7b3bd297b0f7b28570763 (diff)
downloadquilt-93921bf31720e59badbd25017a60fcafb5e9df6c.tar.gz
- uninstall target: remove $(LIB_DIR) as well.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4089f20..c0e7c4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -259,6 +259,7 @@ install : scripts
uninstall:
rm -rf $(BIN:%=$(BUILD_ROOT)$(bindir)/%) \
+ $(BUILD_ROOT)$(LIB_DIR) \
$(BUILD_ROOT)$(QUILT_DIR) \
$(patsubst %,$(BUILD_ROOT)$(mandir)/man1/%, \
$(notdir $(MAN1))) \