summaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-26 23:30:54 +0100
committerYang Tse <yangsita@gmail.com>2012-12-26 23:30:54 +0100
commitae2a2c99317a611b5b6a4780df1a907a241de91b (patch)
tree58fb14c2f3797a05978df974017b622f7280d5e3 /src/Makefile.netware
parenteb5aa12c8baddeba13594e515e8b0a7d94949177 (diff)
downloadgnurl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.gz
gnurl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.bz2
gnurl-ae2a2c99317a611b5b6a4780df1a907a241de91b.zip
curl tool: renaming hugehelp files to tool_hugehelp
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 93bbe8b0c..2d0e6222a 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -379,8 +379,8 @@ install: $(INSTDIR) all
@$(CP) $(TARGET).nlm $(INSTDIR)
clean:
-ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs"
- -$(RM) hugehelp.c
+ifeq "$(wildcard tool_hugehelp.c.cvs)" "tool_hugehelp.c.cvs"
+ -$(RM) tool_hugehelp.c
endif
-$(RM) -r $(OBJDIR)
@@ -488,9 +488,9 @@ endif
@echo $(DL)output $(TARGET).nlm$(DL) >> $@
endif
-hugehelp.c:
+tool_hugehelp.c:
@echo Creating $@
- @$(CP) hugehelp.c.cvs $@
+ @$(CP) tool_hugehelp.c.cvs $@
$(LIBCARES_PATH)/libcares.$(LIBEXT):
$(MAKE) -C $(LIBCARES_PATH) -f Makefile.netware lib