1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

minor output fix.

This commit is contained in:
Gunter Knauf 2004-06-10 20:43:46 +00:00
parent c0f9d7fdb7
commit 60f5b2b275
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ ca-bundle.h: Makefile.netware
getdate.c: getdate.c.cvs
@echo Creating $@
@-$(RM) getdate.y
$(CP) $< $@
@$(CP) $< $@
url.c: ca-bundle.h

View File

@ -248,6 +248,6 @@ endif
hugehelp.c: hugehelp.c.cvs
@echo Creating $@
$(CP) $< $@
@$(CP) $< $@