From: Yang Tse Date: Fri, 8 Aug 2008 15:16:59 +0000 (+0000) Subject: Remove rule no longer needed since tests/testcurl.pl revision 1.63 X-Git-Tag: curl-7_19_0~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012dcb4893ff32fa44d64f497b6db10ee23dbdee;p=thirdparty%2Fcurl.git Remove rule no longer needed since tests/testcurl.pl revision 1.63 See CVS commit comment on tests/testcurl.pl revision 1.63 --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 42babd9a94..3721d7ccfd 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -230,7 +230,7 @@ nlm: prebuild $(TARGET).nlm lib: prebuild $(TARGET).$(LIBEXT) -prebuild: $(OBJDIR) $(CURL_INC)/curl/curlbuild.h $(OBJDIR)/version.inc config.h +prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h $(OBJDIR)/%.o: %.c # @echo Compiling $< @@ -584,7 +584,4 @@ ca-bundle.crt: mk-ca-bundle.pl @echo Creating $@ @-$(PERL) $< -b -n $@ -$(CURL_INC)/curl/curlbuild.h: $(CURL_INC)/curl/curlbuild.h.dist - @$(CP) $< $@ -