svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-2.05b-xcc.patch

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