aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index a49898606..4552c2741 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -85,13 +85,13 @@ 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
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
@@ -263,7 +263,7 @@ endif
-$(RM) curl_config.h
-$(RM) -r $(OBJDIR)
-distclean: clean
+distclean vclean: clean
-$(RM) $(TARGET).nlm
$(OBJDIR) $(INSTDIR):