From: Michael Brown Date: Mon, 16 Jul 2007 12:06:58 +0000 (+0100) Subject: Revert "no need for depending on build library ("blib")" X-Git-Tag: v0.9.3~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c482fc90fbbddc1317db10f79523f12b9a922698;p=thirdparty%2Fipxe.git Revert "no need for depending on build library ("blib")" This reverts commit 9dc2515d7ef16e1149c048493f0c7887dfd3d054. I want "make" to actually build something. --- diff --git a/src/Makefile b/src/Makefile index 7b0caaf6e..ca9cd50e4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,7 @@ include arch/$(ARCH)/Config # If invoked with no build target, print out a helpfully suggestive # message. # -noargs : +noargs : blib @echo '====================================================' @echo @echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***'