quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch 1/8] Unmerged patches regenerated against CVS HEAD


From: Gary V. Vaughan
Subject: [Quilt-dev] [patch 1/8] Unmerged patches regenerated against CVS HEAD
Date: Thu, 22 Sep 2005 13:27:01 +0100
User-agent: quilt/0.42-1

The make the ships with Mac OS 10.4.2 (identifies itself as GNU make 3.80)
chokes on the foreach syntax with a 'missing separator' error, unless
the spaces after the comma argument separators are removed.

 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: quilt-HEAD/Makefile.in
===================================================================
--- quilt-HEAD.orig/Makefile.in
+++ quilt-HEAD/Makefile.in
@@ -50,7 +50,7 @@ install-compat-symlink-$(strip $(1)): in
               $(BUILD_ROOT)$(COMPAT_DIR)/$(strip $(1))
 endef
 
-$(foreach symlink, $(COMPAT_SYMLINKS), $(eval $(call COMPAT_SYMLINK_install, 
$(symlink))))
+$(foreach symlink,$(COMPAT_SYMLINKS),$(eval $(call COMPAT_SYMLINK_install, 
$(symlink))))
 
 CC :=          @CC@
 CPPFLAGS +=    @CPPFLAGS@ @DEFS@

--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook




reply via email to

[Prev in Thread] Current Thread [Next in Thread]