moved all target above include for old make versions that dont support DEFAULT_GOAL

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@537 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 1e49381d0e
commit bc74530ed0

@ -1,13 +1,16 @@
NAME=sems
.DEFAULT_GOAL:=all
.PHONY: all
all: modules
include Makefile.defs
modules = $(filter-out $(wildcard Makefile* README doc *gz), \
$(wildcard *) )
imodules = $(filter-out ser-0.9.6-sems, $(modules))
.PHONY: all
all: modules
.PHONY: clean
clean:

Loading…
Cancel
Save