summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in8
-rw-r--r--quilt.changes7
2 files changed, 6 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index b90ca43..e3dc5b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -248,16 +248,8 @@ $(patsubst %.in,%,$(wildcard quilt/*.in scripts/*.in)) :: Makefile
-e 's:@SCRIPTS''@:$(SCRIPTS_DIR):g' \
-e 's:@PERL''@:$(PERL):g' \
-e 's:@BASH''@:$(BASH):g' \
- -e 's:@SED''@:$(SED):g' \
- -e 's:@AWK''@:$(AWK):g' \
- -e 's:@DIFF''@:$(DIFF):g' \
- -e 's:@PATCH''@:$(PATCH):g' \
- -e 's:@MKTEMP''@:$(MKTEMP):g' \
- -e 's:@PACKAGE_BUGREPORT''@:$(PACKAGE_BUGREPORT):g' \
-e 's:@VERSION''@:$(VERSION):g' \
-e 's:@RELEASE''@:$(RELEASE):g' \
- -e 's:@RPMBUILD''@:$(RPMBUILD):g' \
- -e 's:@DIFFSTAT''@:$(DIFFSTAT):g' \
-e 's:@MTA''@:$(MTA):g' \
-e 's:@LOCALEDIR''@:$(localedir):g' \
-e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
diff --git a/quilt.changes b/quilt.changes
index e8e0b7e..780a492 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,7 +1,12 @@
-------------------------------------------------------------------
+Sun Sep 18 16:28:14 CEST 2005 - agruen@suse.de
+
+- Makefile.in: remove obsolete substitutions.
+
+-------------------------------------------------------------------
Sun Sep 18 15:17:54 CEST 2005 - agruen@suse.de
-- Get rid of `grep -e''.
+- Get rid of ``grep -e''.
-------------------------------------------------------------------
Sun Sep 18 15:05:43 CEST 2005 - agruen@suse.de