Revert "no need for depending on build library ("blib")"

This reverts commit 9dc2515d7e.

I want "make" to actually build something.
pull/1/head
Michael Brown 2007-07-16 13:06:58 +01:00
parent a8780a4fe4
commit c482fc90fb
1 changed files with 1 additions and 1 deletions

View File

@ -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 !!! ***'