diff options
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  | 
