From c482fc90fbbddc1317db10f79523f12b9a922698 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 16 Jul 2007 13:06:58 +0100 Subject: [PATCH] Revert "no need for depending on build library ("blib")" This reverts commit 9dc2515d7ef16e1149c048493f0c7887dfd3d054. I want "make" to actually build something. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !!! ***'