don't remove usr/i686-pc-mingw32/share/ on "make strip", because this might break NSIS and other packages

This commit is contained in:
Volker Grabsch 2009-11-10 20:51:41 +01:00
parent 53dba87ce9
commit 6f72b1492e
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ strip:
'$(PREFIX)/$(TARGET)/info' \
'$(PREFIX)/$(TARGET)/lib'/*.def \
'$(PREFIX)/$(TARGET)/man' \
'$(PREFIX)/$(TARGET)/sbin' \
'$(PREFIX)/$(TARGET)/share'
'$(PREFIX)/$(TARGET)/sbin'
-strip -Sx \
'$(PREFIX)/bin'/* \
'$(PREFIX)/libexec/gcc/$(TARGET)'/*/* \