]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
minor output fix.
authorGunter Knauf <gk@gknw.de>
Thu, 10 Jun 2004 20:43:46 +0000 (20:43 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 10 Jun 2004 20:43:46 +0000 (20:43 +0000)
lib/Makefile.netware
src/Makefile.netware

index 59038356efc901bc4bb08995ab64be2e418d4bb4..fa07701577efaea0e37568ddcd75b782ca2f4d5c 100644 (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
 
index 86227fae879009896d7e02cadff44252d4a00b0b..422b50e7883a4db902416f1924ff885b4f8a5672 100644 (file)
@@ -248,6 +248,6 @@ endif
 
 hugehelp.c: hugehelp.c.cvs
        @echo Creating $@
-       $(CP) $< $@
+       @$(CP) $< $@