From: Gunter Knauf Date: Sun, 1 Jul 2007 22:17:07 +0000 (+0000) Subject: ignore make error when trying to copy curl.pdf which isnt in CVS. X-Git-Tag: curl-7_16_4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924665c84cc012cb99e01e44929485bc40461df1;p=thirdparty%2Fcurl.git ignore make error when trying to copy curl.pdf which isnt in CVS. --- diff --git a/src/Makefile.netware b/src/Makefile.netware index 33d33459ab..0e175d3797 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: