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

minor mods to make solaris plain 'make' to not die on this

This commit is contained in:
Daniel Stenberg 2001-11-01 07:27:09 +00:00
parent 027fc719cc
commit cbc35b1fb8

View File

@ -12,10 +12,10 @@ EXTRA_DIST = README
#
# Cygwin build number (default to "1")
CYGBUILD ?= 1
CYGBUILD = 1
# Cygwin tarball build dir (fully-qualified name, gets deleted when done)
cygwintmp := $(CURDIR)/cygwinbin-builddir
cygwintmp = $(CURDIR)/cygwinbin-builddir
cygwinbin:
rm -rf $(cygwintmp)