summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-22 17:06:29 +0000
committerJean Delvare <khali@linux-fr.org>2005-07-22 17:06:29 +0000
commit8d2af3e17aeddcbed2080ae6631e1047fa446373 (patch)
tree7dde07d5f379fe3a1f534dd3f9af8f9d893f6239
parent32c64427eb0e9106332af45a5bb496f5f07874e1 (diff)
downloadquilt-8d2af3e17aeddcbed2080ae6631e1047fa446373.tar.gz
- Makefile.in: Drop pointless dependency between quilt command
files and scripts.
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c0e7c4a..d7667f1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -107,8 +107,6 @@ all : scripts
scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) $(SCRIPTS:%=scripts/%) \
$(LIB:%=lib/%) $(DOC:%=doc/%) $(MAN1)
-$(QUILT:%=quilt/%) : $(SCRIPTS:%=scripts/%)
-
dist : clean $(PACKAGE)-$(VERSION).tar.gz
snapshot : $(PACKAGE)-$(ISODATE).tar.bz2
diff --git a/quilt.changes b/quilt.changes
index 9c48366..319e542 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Jul 22 19:05:13 CEST 2005 - khali@linux-fr.org
+
+- Makefile.in: Drop pointless dependency between quilt command
+ files and scripts.
+
+-------------------------------------------------------------------
Tue Jul 19 19:15:45 CEST 2005 - khali@linux-fr.org
- Update French translation.