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
ifndef SUBDIRS
subdirs:
ifdef SUBDIRS
clean distclean:
.DEFAULT:
install:
else
subdirs:
$(make_subdirs)
endif
clean distclean:
ifdef SUBDIRS
else
rm -rf $(TEXTCLEAN) $(CLEAN)
$(make_subdirs_target)
endif
.DEFAULT:
ifdef SUBDIRS
else
$(make_subdirs_target)
endif
ifdef SUBDIRS
install:
#
#install:
# $(make_subdirs_target)
endif