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

git-svn-id: svn://10.0.0.236/trunk@83541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-12-12 20:08:40 +00:00
parent 313301b4ad
commit 0b2c559784

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