aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-08 15:16:59 +0000
committerYang Tse <yangsita@gmail.com>2008-08-08 15:16:59 +0000
commit012dcb4893ff32fa44d64f497b6db10ee23dbdee (patch)
treebafcfed7fafb1ad875e222e60dc147e6f1f1596c /lib/Makefile.netware
parentf01d18e4b9c7fdfb4c106667f354033eb96fc77b (diff)
Remove rule no longer needed since tests/testcurl.pl revision 1.63
See CVS commit comment on tests/testcurl.pl revision 1.63
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 42babd9a9..3721d7ccf 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) $< $@
-