=================================================================== RCS file: /home/cvsd/home/cvs/ep/rebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- ep/rebuild 2002/04/24 19:35:52 1.4 +++ ep/rebuild 2002/07/01 10:45:01 1.5 @@ -2,15 +2,14 @@ export CFLAGS="-Wall -O2" rm -f config.h configure config.cache aclocal.m4 config.log stamp-h* -rm -f Makefile Makefile.dep +rm -f Makefile src/Makefile rm -rf .deps/ -rm -f Doxyfile rm -f lib* *.o echo running autoheader && autoheader && \ echo running aclocal && aclocal && \ echo running autoconf && autoconf && \ -echo running ./configure && \ +echo running ./configure $* && \ ./configure $* && \ make clean && \ make