dirs.mk, tex.mk: Kick out "all" targets

This commit is contained in:
Jan Lindemann 2001-09-18 14:10:01 +00:00 committed by Jan Lindemann
commit 45bed6fb5a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
include $(MODDIR)/make/defs.mk
all:
subdirs:
$(make_subdirs)
clean:

View file

@ -115,7 +115,7 @@ define mangle_tmpl
' >> $@
endef
all: dirs $(ALL)
first_target: dirs $(ALL)
tex: dirs $(OUT).tex.zip
dvi: dirs $(OUT).dvi.zip