Module Name:    src
Committed By:   joerg
Date:           Sun Apr 10 16:48:52 UTC 2011

Modified Files:
        src/gnu/dist/gcc4/gcc: Makefile.in

Log Message:
Don't install limits.h.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/dist/gcc4/gcc/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gcc4/gcc/Makefile.in
diff -u src/gnu/dist/gcc4/gcc/Makefile.in:1.9 src/gnu/dist/gcc4/gcc/Makefile.in:1.10
--- src/gnu/dist/gcc4/gcc/Makefile.in:1.9	Thu Mar 24 13:31:30 2011
+++ src/gnu/dist/gcc4/gcc/Makefile.in	Sun Apr 10 16:48:51 2011
@@ -3147,9 +3147,9 @@
 	    chmod a+r include/$$realfile; \
 	  fi; \
 	done; \
-	rm -f include/limits.h; \
-	chmod a+r include/limits.h; fi
-	cp xlimits.h include/limits.h
+	true || rm -f include/limits.h; \
+	true || chmod a+r include/limits.h; fi
+	true || cp xlimits.h include/limits.h
 	cp $(UNWIND_H) include/unwind.h
 # Install the README
 	rm -f include/README

Reply via email to