summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-11-10 19:51:41 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-11-10 19:51:41 (GMT)
commit6f72b1492e95288f59fd512178bee427bfa37d06 (patch)
treec846195628ae6543896e40b109be07a1b831f4bc /Makefile
parent53dba87ce9442f4a11b2693f9f994b7f96ba0407 (diff)
downloadmxe-6f72b1492e95288f59fd512178bee427bfa37d06.zip
mxe-6f72b1492e95288f59fd512178bee427bfa37d06.tar.gz
mxe-6f72b1492e95288f59fd512178bee427bfa37d06.tar.bz2
don't remove usr/i686-pc-mingw32/share/ on "make strip", because this might break NSIS and other packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7bae3cb..6aa10c3 100644
--- a/Makefile
+++ b/Makefile
@@ -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)'/*/* \