More merging mania...

This commit is contained in:
hpa 2001-03-30 01:30:49 +00:00
parent 7a15e40374
commit c92bf0f3d4
9 changed files with 304 additions and 77 deletions

View file

@ -22,4 +22,5 @@ install: $(patsubst %, %.install, $(SUB))
clean: $(patsubst %, %.clean, $(SUB))
spotless: $(patsubst %, %.spotless, $(SUB))
rm -f MCONFIG config.* *~
rm -f MCONFIG config.cache config.log config.h *~ \#*
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f