Makefile: Kick out distclean target

This commit is contained in:
Jan Lindemann 2002-07-10 12:29:28 +00:00 committed by Jan Lindemann
commit 9bb373345c

View file

@ -7,7 +7,7 @@ include $(MODDIR)/make/rpmdist.mk
all:
$(make_subdirs_target)
clean distclean:
clean: # distclean:
rm -rf $(CLEAN)
$(make_subdirs_target)
install: all