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      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to