From 9dc2515d7ef16e1149c048493f0c7887dfd3d054 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Tue, 14 Jun 2005 20:16:03 +0000 Subject: [PATCH] no need for depending on build library ("blib") when make is invoked without arguments --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 39f25e67..cb6b944d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,7 +29,7 @@ include arch/$(ARCH)/Config # If invoked with no build target, print out a helpfully suggestive # message. # -noargs : blib +noargs : @echo '====================================================' @echo 'No target specified. To specify a target, do: ' @echo