[llvm-commits] [release_12] CVS: llvm-gcc/libiberty/Makefile.in

John Criswell criswell at cs.uiuc.edu
Thu Mar 18 21:04:01 PST 2004


Changes in directory llvm-gcc/libiberty:

Makefile.in updated: 1.1.1.1 -> 1.1.1.1.2.1

---
Log message:

Added quotes around list to make it syntatically correct for Borne shell.
This fixes the intermittent build failure on Sparc/Solaris.



---
Diffs of the changes:  (+1 -1)

Index: llvm-gcc/libiberty/Makefile.in
diff -u llvm-gcc/libiberty/Makefile.in:1.1.1.1 llvm-gcc/libiberty/Makefile.in:1.1.1.1.2.1
--- llvm-gcc/libiberty/Makefile.in:1.1.1.1	Thu Jan  8 15:59:17 2004
+++ llvm-gcc/libiberty/Makefile.in	Thu Mar 18 21:02:55 2004
@@ -307,7 +307,7 @@
 needed-list: Makefile
 	rm -f needed-list; touch needed-list; \
 	for f in $(NEEDED); do \
-	  for g in $(LIBOBJS) $(EXTRA_OFILES); do \
+	  for g in "$(LIBOBJS) $(EXTRA_OFILES)"; do \
 	    case "$$g" in \
 	      *$$f*) echo $$g >> needed-list ;; \
 	    esac; \





More information about the llvm-commits mailing list