diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-01 22:17:07 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-01 22:17:07 +0000 |
commit | 924665c84cc012cb99e01e44929485bc40461df1 (patch) | |
tree | 1e22f5419003b191d3baf4aea064db216d39f1ae | |
parent | fcfffbe2f2382ad9249b532cca17fdcf3932373c (diff) |
ignore make error when trying to copy curl.pdf which isnt in CVS.
-rw-r--r-- | src/Makefile.netware | 2 |
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: |