diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
commit | ae2a2c99317a611b5b6a4780df1a907a241de91b (patch) | |
tree | 58fb14c2f3797a05978df974017b622f7280d5e3 /src/Makefile.netware | |
parent | eb5aa12c8baddeba13594e515e8b0a7d94949177 (diff) | |
download | curl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.gz |
curl tool: renaming hugehelp files to tool_hugehelp
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r-- | src/Makefile.netware | 8 |
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 |