diff -ur flxutils/lcd/Makefile flxutils-0.1.33/lcd/Makefile --- flxutils/lcd/Makefile 2009-03-16 10:28:45.000000000 +0100 +++ flxutils-0.1.33/lcd/Makefile 2010-12-10 17:22:25.812972119 +0100 @@ -6,4 +6,4 @@ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + $(SSTRIP) $@ diff -ur flxutils/mii/Makefile flxutils-0.1.33/mii/Makefile --- flxutils/mii/Makefile 2009-03-16 10:28:45.000000000 +0100 +++ flxutils-0.1.33/mii/Makefile 2010-12-10 17:23:01.988978698 +0100 @@ -9,7 +9,7 @@ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + $(SSTRIP) $@ %.o: %.c $(CC) -DLIBMII $(CFLAGS) -c -o $@ $< diff -ur flxutils/mktmp/Makefile flxutils-0.1.33/mktmp/Makefile --- flxutils/mktmp/Makefile 2009-03-16 10:28:45.000000000 +0100 +++ flxutils-0.1.33/mktmp/Makefile 2010-12-10 17:23:31.221004144 +0100 @@ -6,4 +6,4 @@ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + $(SSTRIP) $@ Seulement dans flxutils-0.1.33: .patched diff -ur flxutils/remount/Makefile flxutils-0.1.33/remount/Makefile --- flxutils/remount/Makefile 2009-03-16 10:28:45.000000000 +0100 +++ flxutils-0.1.33/remount/Makefile 2010-12-10 17:23:48.086016585 +0100 @@ -9,4 +9,4 @@ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + $(SSTRIP) $@ Seulement dans flxutils-0.1.33: .src Seulement dans flxutils-0.1.33: .unpacked diff -ur flxutils/wd/Makefile flxutils-0.1.33/wd/Makefile --- flxutils/wd/Makefile 2009-03-16 10:28:45.000000000 +0100 +++ flxutils-0.1.33/wd/Makefile 2010-12-10 17:24:10.181021343 +0100 @@ -6,4 +6,4 @@ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + $(SSTRIP) $@