summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-07-16 14:06:58 +0200
committerMichael Brown2007-07-16 14:06:58 +0200
commitc482fc90fbbddc1317db10f79523f12b9a922698 (patch)
treef65fea0fabc45682a64508de66f034b4034b4fc2 /src/Makefile
parentAdded nrv2b binary to ignore list (diff)
downloadipxe-c482fc90fbbddc1317db10f79523f12b9a922698.tar.gz
ipxe-c482fc90fbbddc1317db10f79523f12b9a922698.tar.xz
ipxe-c482fc90fbbddc1317db10f79523f12b9a922698.zip
Revert "no need for depending on build library ("blib")"
This reverts commit 9dc2515d7ef16e1149c048493f0c7887dfd3d054. I want "make" to actually build something.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7b0caaf6..ca9cd50e 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 !!! ***'