diff options
Diffstat (limited to 'package/tslib/tslib.mk')
-rw-r--r-- | package/tslib/tslib.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 7126577fa..c6794c541 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -70,15 +70,15 @@ $(STAGING_DIR)/usr/lib/libts.so: $(TSLIB_DIR)/.compiled $(TARGET_DIR)/usr/lib/libts.so: $(STAGING_DIR)/usr/lib/libts.so cp -dpf $(STAGING_DIR)/usr/lib/libts*.so* $(TARGET_DIR)/usr/lib/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libts.so* - -$(STRIP) --strip-unneeded $(STAGING_DIR)/usr/lib/ts/*.so + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libts.so* + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(STAGING_DIR)/usr/lib/ts/*.so cp -dpf $(STAGING_DIR)/usr/lib/ts/*.so $(TARGET_DIR)/usr/lib/ cp -dpf $(STAGING_DIR)/usr/bin/ts_calibrate $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/ts_calibrate + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_calibrate cp -dpf $(STAGING_DIR)/usr/bin/ts_finddev $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/ts_finddev + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_finddev cp -dpf $(STAGING_DIR)/usr/bin/inputattach $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/inputattach + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/inputattach cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/ tslib: uclibc $(TARGET_DIR)/usr/lib/libts.so |