Blame SOURCES/bash-2.05b-xcc.patch

287226
--- bash-3.1/Makefile.in.xcc	2005-10-25 19:37:52.000000000 +0100
287226
+++ bash-3.1/Makefile.in	2005-12-23 16:11:09.000000000 +0000
287226
@@ -68,6 +68,7 @@
287226
 ARFLAGS = @ARFLAGS@
287226
 RANLIB = @RANLIB@
287226
 SIZE = @SIZE@
287226
+STRIP = strip
287226
 
287226
 INSTALL = @INSTALL@
287226
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
287226
@@ -535,7 +536,7 @@
287226
 	@chmod a+rx bashbug
287226
 
287226
 strip:	$(Program) .made
287226
-	strip $(Program)
287226
+	$(STRIP) $(Program)
287226
 	ls -l $(Program)
287226
 	-$(SIZE) $(Program)
287226