Bläddra i källkod

Surround sed call with ''.

Adam Heath 23 år sedan
förälder
incheckning
54590c5778
3 ändrade filer med 6 tillägg och 1 borttagningar
  1. 4 0
      ChangeLog
  2. 1 1
      Makefile.in
  3. 1 0
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Tue Apr 15 00:26:06 CDT 2003 Adam Heath <doogie@debian.org>
+
+  * Makefile.in: Surround sed call with ''.
+
 Tue Apr 15 00:16:44 CDT 2003 Adam Heath <doogie@debian.org>
 
   * debian/control: Make the dpkg-iasearch conflicts versioned.

+ 1 - 1
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

+ 1 - 0
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 <doogie@debian.org>  UNRELEASED