aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-07-01 22:17:07 +0000
committerGunter Knauf <gk@gknw.de>2007-07-01 22:17:07 +0000
commit924665c84cc012cb99e01e44929485bc40461df1 (patch)
tree1e22f5419003b191d3baf4aea064db216d39f1ae /src
parentfcfffbe2f2382ad9249b532cca17fdcf3932373c (diff)
ignore make error when trying to copy curl.pdf which isnt in CVS.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 33d33459a..0e175d379 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -215,7 +215,7 @@ dist: all
-$(RM) $(OBJDIR)/$(TARGET).def $(OBJDIR)/version.inc $(XDCDATA)
install: $(INSTDIR) all
- @$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
+ @-$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
@$(CP) $(TARGET).nlm $(INSTDIR)
clean: