summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-05 17:51:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-05 21:51:37 +0200
commitbbf8cae44dedc495e6e71ceecf804a60e71d0431 (patch)
tree0bf667deb4746cf8f3323186b9829487ee703f60 /Makefile.dist
parent953088d2c8a5273200f61bb52f21a89b07a297b0 (diff)
downloadcurl-bbf8cae44dedc495e6e71ceecf804a60e71d0431.tar.gz
build: drop support for building with Watcom
These files are not maintained, they seem to have no users, Watcom compilers look like not having users nor releases anymore. Closes #5918
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile.dist b/Makefile.dist
index a6316ab5f..8e084604a 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -28,18 +28,6 @@ ssl:
./configure --with-ssl
make
-watcom: .SYMBOLIC
- cd lib && $(MAKE) -u -f Makefile.Watcom
- cd src && $(MAKE) -u -f Makefile.Watcom
-
-watcom-clean: .SYMBOLIC
- cd lib && $(MAKE) -u -f Makefile.Watcom clean
- cd src && $(MAKE) -u -f Makefile.Watcom clean
-
-watcom-vclean: .SYMBOLIC
- cd lib && $(MAKE) -u -f Makefile.Watcom vclean
- cd src && $(MAKE) -u -f Makefile.Watcom vclean
-
mingw32:
$(MAKE) -C lib -f Makefile.m32
$(MAKE) -C src -f Makefile.m32