From: Geert Stappers Date: Tue, 14 Jun 2005 20:16:03 +0000 (+0000) Subject: no need for depending on build library ("blib") X-Git-Tag: v0.9.3~1578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc2515d7ef16e1149c048493f0c7887dfd3d054;p=thirdparty%2Fipxe.git no need for depending on build library ("blib") when make is invoked without arguments --- diff --git a/src/Makefile b/src/Makefile index 39f25e677..cb6b944d3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,7 +29,7 @@ include arch/$(ARCH)/Config # If invoked with no build target, print out a helpfully suggestive # message. # -noargs : blib +noargs : @echo '====================================================' @echo 'No target specified. To specify a target, do: ' @echo