Fix regression that broke non-COLOR specials.

This commit is contained in:
David F. Skoll
2007-08-30 23:23:45 -04:00
parent b20578f24f
commit fed3cad3b8
4 changed files with 38 additions and 19 deletions

View File

@@ -24,9 +24,14 @@ clean:
find . -name '*~' -exec rm {} \;
cd src; $(MAKE) clean
test:
cd src && $(MAKE) test
distclean: clean
rm -f config.cache config.log config.status src/Makefile src/config.h tests/test.out
src/Makefile: src/Makefile.in
./configure
# DO NOT DELETE