aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-06-11 02:29:16 +0000
committerGunter Knauf <gk@gknw.de>2004-06-11 02:29:16 +0000
commit8d0c77403c61d41b0c9b0dd02cca500847d4c0cf (patch)
treed49e8a41a307c5b6a6ce68ebfc97f791c06dcc2e /lib/Makefile.netware
parent601062455cc4545966a34e5cf8b9c66e3f2e64b7 (diff)
some more makefile changes.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index a81a62f9c..ebe44dba0 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -56,7 +56,7 @@ CP = cp -afv
# RM = rm -f
# 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.de/development/prgtools/mkxdc.zip
+# http://www.gknw.com/development/prgtools/mkxdc.zip
MPKXDC = mkxdc
# Global flags for all compilers
@@ -188,8 +188,8 @@ OBJS = \
all: $(OBJDIR) $(OBJDIR)/version.inc $(OBJDIR)/$(TARGET).nlm
$(OBJDIR)/%.o: %.c
- @echo Compiling $<
- @$(CC) $(CFLAGS) -c $< -o $@
+# @echo Compiling $<
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/version.inc: ../include/curl/curlver.h $(OBJDIR)
@echo Creating $@