Browse Source

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

This reverts commit 9dc2515d7e.

I want "make" to actually build something.
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
c482fc90fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

@@ -35,7 +35,7 @@ include arch/$(ARCH)/Config
35 35
 # If invoked with no build target, print out a helpfully suggestive
36 36
 # message.
37 37
 #
38
-noargs :
38
+noargs : blib
39 39
 	@echo '===================================================='
40 40
 	@echo
41 41
 	@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!!  ***'

Loading…
Cancel
Save