1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Kevin's patch to install the binary stripped

This commit is contained in:
Daniel Stenberg 2001-11-06 08:44:58 +00:00
parent 4379142af7
commit 3dfc509d33

View File

@ -19,7 +19,7 @@ cygwintmp = $(CURDIR)/cygwinbin-builddir
cygwinbin:
rm -rf $(cygwintmp)
$(MAKE) -C $(top_builddir) install prefix=$(cygwintmp)/usr
$(MAKE) -C $(top_builddir) install-strip prefix=$(cygwintmp)/usr
$(mkinstalldirs) $(cygwintmp)/usr/doc/Cygwin \
$(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION)
cd $(top_srcdir); \