summaryrefslogtreecommitdiffstats
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
parent28be8101d1775667e0d7b3bd297b0f7b28570763 (diff)
downloadquilt-93921bf31720e59badbd25017a60fcafb5e9df6c.tar.gz
- uninstall target: remove $(LIB_DIR) as well.
-rw-r--r--Makefile.in1
-rw-r--r--quilt.changes5
2 files changed, 6 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))) \
diff --git a/quilt.changes b/quilt.changes
index 764bdbc..de3a7f1 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jul 18 18:22:00 CEST 2005 - agruen@suse.de
+
+- uninstall target: remove $(LIB_DIR) as well.
+
+-------------------------------------------------------------------
Mon Jul 18 16:54:16 CEST 2005 - agruen@suse.de
- Based on work done by several contributers, add a header