Remove switches if sstrip is run

This commit is contained in:
Ulf Samuelsson
2007-08-21 01:53:57 +00:00
parent 1038cfab38
commit e4ead9c13c
79 changed files with 153 additions and 143 deletions

View File

@@ -74,7 +74,7 @@ $(STAGING_DIR)/lib/libjpeg.a: $(JPEG_DIR)/.libs/libjpeg.a
$(TARGET_DIR)/usr/lib/libjpeg.so: $(STAGING_DIR)/lib/libjpeg.a
cp -dpf $(STAGING_DIR)/lib/libjpeg.so* $(TARGET_DIR)/usr/lib/
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libjpeg.so*
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libjpeg.so*
touch -c $(TARGET_DIR)/usr/lib/libjpeg.so
jpeg: uclibc $(TARGET_DIR)/usr/lib/libjpeg.so