Fix packaging of cross-compiled builds by using proper $(STRIP)

This commit is contained in:
cls%seawood.org 2000-12-12 20:08:40 +00:00
parent 7004fc6e76
commit 5f39dcff13

View File

@ -113,7 +113,7 @@ endif
! -name "*.tbl" \
! -name "*.src" \
! -name "*.reg" \
-exec strip $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
-exec $(STRIP) $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
ifeq ($(MOZ_PKG_FORMAT),TGZ)
cd $(DIST); tar -cvhf - package | gzip -vf9 > $@
endif