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

when make is invoked without arguments
This commit is contained in:
Geert Stappers
2005-06-14 20:16:03 +00:00
parent df9cbc23cc
commit 9dc2515d7e
+1 -1
View File
@@ -29,7 +29,7 @@ include arch/$(ARCH)/Config
# If invoked with no build target, print out a helpfully suggestive # If invoked with no build target, print out a helpfully suggestive
# message. # message.
# #
noargs : blib noargs :
@echo '====================================================' @echo '===================================================='
@echo 'No target specified. To specify a target, do: ' @echo 'No target specified. To specify a target, do: '
@echo @echo