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:
parent
027fc719cc
commit
cbc35b1fb8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user