Commit ff7bc1f4 authored by Gildas Bazin's avatar Gildas Bazin

* Makefile.am: Fixed problem with the package-win32 target.
parent 4a8b0a1d
...@@ -535,7 +535,7 @@ package-win32: ...@@ -535,7 +535,7 @@ package-win32:
fi ; done fi ; done
for i in dummy tmp/plugins/*$(LIBEXT) ; \ for i in dummy tmp/plugins/*$(LIBEXT) ; \
do if test $$i != tmp/plugins/libwin32_plugin.$(LIBEXT) \ do if test $$i != tmp/plugins/libwin32_plugin$(LIBEXT) \
-a $$i != dummy ; then $(STRIP) $$i ; fi ; done -a $$i != dummy ; then $(STRIP) $$i ; fi ; done
mkdir tmp/share mkdir tmp/share
cp share/*.rle tmp/share/ ; cp share/*.rle tmp/share/ ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment