mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Remove rule no longer needed since tests/testcurl.pl revision 1.63
See CVS commit comment on tests/testcurl.pl revision 1.63
This commit is contained in:
parent
f01d18e4b9
commit
012dcb4893
@ -230,7 +230,7 @@ nlm: prebuild $(TARGET).nlm
|
|||||||
|
|
||||||
lib: prebuild $(TARGET).$(LIBEXT)
|
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
|
$(OBJDIR)/%.o: %.c
|
||||||
# @echo Compiling $<
|
# @echo Compiling $<
|
||||||
@ -584,7 +584,4 @@ ca-bundle.crt: mk-ca-bundle.pl
|
|||||||
@echo Creating $@
|
@echo Creating $@
|
||||||
@-$(PERL) $< -b -n $@
|
@-$(PERL) $< -b -n $@
|
||||||
|
|
||||||
$(CURL_INC)/curl/curlbuild.h: $(CURL_INC)/curl/curlbuild.h.dist
|
|
||||||
@$(CP) $< $@
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user