Makefile, autoconf.mk: Cleanup commit

This commit is contained in:
Jan Lindemann 2002-07-21 18:10:07 +00:00 committed by Jan Lindemann
commit 01d0f1feda
2 changed files with 6 additions and 3 deletions

View file

@ -22,10 +22,13 @@ SUBDIRS = inst/pre \
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
all:
echo hallo
$(make_subdirs_target)
clean: # distclean:
rm -rf $(CLEAN)
clean distclean:
rm -rf $(CLEAN) $(DISTCLEAN)
$(make_subdirs_target)
install: all
$(make_subdirs_target)
make $(INSTALLED_VERSION_FILE)