From 54590c5778251af839a604dfec3a6269d5e62f61 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Tue, 15 Apr 2003 05:27:16 +0000 Subject: [PATCH] Surround sed call with ''. --- ChangeLog | 4 ++++ Makefile.in | 2 +- debian/changelog | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2000f040..9c7e3d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 15 00:26:06 CDT 2003 Adam Heath + + * Makefile.in: Surround sed call with ''. + Tue Apr 15 00:16:44 CDT 2003 Adam Heath * debian/control: Make the dpkg-iasearch conflicts versioned. diff --git a/Makefile.in b/Makefile.in index 27ec971f..1502038f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ all-recursive install-recursive clean-recursive distclean-recursive: %-recursive $(MAKE) $(MFLAGS) $(patsubst %,$*-%,$(SUBDIRS)) $(foreach target,all install clean distclean,$(patsubst %,$(target)-%,$(SUBDIRS))): - $(MAKE) $(MFLAGS) -C `echo $@ | sed s/[^-]*-//` `echo $@ | sed s/-.*//` + $(MAKE) $(MFLAGS) -C '`echo $@ | sed s/[^-]*-//` `echo $@ | sed s/-.*//`' .PHONY: all install clean distclean .PHONY: all-recursive install-recursive clean-recursive distclean-recursive diff --git a/debian/changelog b/debian/changelog index 5e525534..0f1ad592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dpkg (1.10.10) unstable; urgency=low * Update archtable for hurd. Closes: #187509. * Make the dpkg-iasearch conflicts versioned. Closes: #170698. + * Surround sed call with '' in Makefile.in. Closes: #187534. -- Adam Heath UNRELEASED -- 2.39.5