From 592317250d5b75ed4cf225ac9387871329b81755 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Hammar Date: Wed, 26 May 2010 19:31:37 +0200 Subject: Fix --version in scripts * Makeconf (%): Don't depend on removed files. Remove excess backslashes. --- Makeconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index e9b20452..282437d4 100644 --- a/Makeconf +++ b/Makeconf @@ -611,6 +611,6 @@ endef echo '$*.o: $<' > $@ # Rule to make executable shell scripts from .sh files. -%: %.sh $(top_srcdir)/sh-version.sed - sed -e 's/STANDARD_HURD_VERSION_\\(.[^_]*\\)_/\\1 (GNU Hurd) $(hurd-version)/' < $< > $@ +%: %.sh + sed -e 's/STANDARD_HURD_VERSION_\(.[^_]*\)_/\1 (GNU Hurd) $(hurd-version)/' < $< > $@ chmod +x $@ -- cgit v1.2.3