text.mk: Make all first target

This commit is contained in:
Jan Lindemann 2007-09-04 21:52:17 +00:00 committed by Jan Lindemann
commit a76bbd259d

View file

@ -5,8 +5,8 @@
include $(MODDIR)/make/defs.mk include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk include $(MODDIR)/make/rules.mk
all:
install:
distclean: textclean localclean distclean: textclean localclean
clean: textclean localclean clean: textclean localclean
install: # nothing to be done
all: # nothing to be done
profclean: