diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-15 16:55:02 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-15 16:56:03 +0200 |
commit | 8f6189600f4278edbbf1eabc0bf9236a50978c2d (patch) | |
tree | 8e911865b4f409d03de97ca613569d8d62b600da /lib/Makefile.netware | |
parent | 41572648db32fc235d9a5c0c19bd28fb95ee03dc (diff) | |
download | curl-8f6189600f4278edbbf1eabc0bf9236a50978c2d.tar.gz |
Syncroniszed vclean target; fixed some comments.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a3e77b745..1d8e1a9ef 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -84,14 +84,14 @@ else CC = gcc endif PERL = perl -# a native win32 awk can be downloaded from here: +# Here you can find a native Win32 binary of the original awk: # http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk YACC = bison -y CP = cp -afv MKDIR = mkdir # RM = rm -f -# if you want to mark the target as MTSAFE you will need a tool for +# If you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: # http://www.gknw.net/development/prgtools/mkxdc.zip MPKXDC = mkxdc @@ -269,7 +269,7 @@ clean: -$(RM) curl_config.h -$(RM) -r $(OBJDIR) -distclean: clean +distclean vclean: clean -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm -$(RM) certdata.txt ca-bundle.crt |