diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-05 17:51:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-05 17:51:26 +0200 |
commit | ee1e0b6a25b8e8e1224490a374654fad8cf9598f (patch) | |
tree | b9ee929b1bc8af506b14122bc7e05d3b6a5c562d /Makefile.dist | |
parent | 879007f8118771f4896334731aaca5850a154675 (diff) | |
download | curl-ee1e0b6a25b8e8e1224490a374654fad8cf9598f.tar.gz |
build: drop support for building with Watcombagder/rm-Watcom
These files are not maintained, they seem to have no users, Watcom
compilers look like not having users nor releases anymore.
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 14 |
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 |