dirs.mk: Did it again

This commit is contained in:
Jan Lindemann 2001-11-06 07:50:14 +00:00 committed by Jan Lindemann
commit b1511ae7b9

View file

@ -5,25 +5,22 @@
include $(MODDIR)/make/defs.mk include $(MODDIR)/make/defs.mk
ifndef SUBDIRS
subdirs: subdirs:
ifdef SUBDIRS clean distclean:
.DEFAULT:
install:
else else
subdirs:
$(make_subdirs) $(make_subdirs)
endif
clean distclean: clean distclean:
ifdef SUBDIRS
else
rm -rf $(TEXTCLEAN) $(CLEAN) rm -rf $(TEXTCLEAN) $(CLEAN)
$(make_subdirs_target) $(make_subdirs_target)
endif
.DEFAULT: .DEFAULT:
ifdef SUBDIRS
else
$(make_subdirs_target) $(make_subdirs_target)
endif #
#install:
ifdef SUBDIRS # $(make_subdirs_target)
install:
endif endif