dirs.mk: Remove clean from install target

This commit is contained in:
Jan Lindemann 2007-09-04 21:51:47 +00:00 committed by Jan Lindemann
commit 4bfcc32f72

View file

@ -15,7 +15,10 @@ else
all subdirs:
$(make_subdirs)
install clean:
install:
$(make_subdirs_target)
clean:
rm -rf $(TEXTCLEAN) $(CLEAN) dist *.done *~ .*.swp *.tmp core *.rep
$(make_subdirs_target)