Revision 8f67aa82

b/Makefile
6 6
# All following code might depend on configuration variables
7 7
ifneq ($(wildcard config-host.mak),)
8 8
# Put the all: rule here so that config-host.mak can contain dependencies.
9
all: build-all
9
all:
10 10
include config-host.mak
11 11
include $(SRC_PATH)/rules.mak
12 12
config-host.mak: $(SRC_PATH)/configure
......
31 31
configure: ;
32 32

  
33 33
.PHONY: all clean cscope distclean dvi html info install install-doc \
34
	pdf recurse-all speed tar tarbin test build-all
34
	pdf recurse-all speed tar tarbin test
35 35

  
36 36
$(call set-vpath, $(SRC_PATH))
37 37

  
......
82 82

  
83 83
-include config-all-devices.mak
84 84

  
85
build-all: $(DOCS) $(TOOLS) $(HELPERS-y) recurse-all
85
all: $(DOCS) $(TOOLS) $(HELPERS-y) recurse-all
86 86

  
87 87
config-host.h: config-host.h-timestamp
88 88
config-host.h-timestamp: config-host.mak

Also available in: Unified diff