Before building distribution tarballs, make distclean first.

This commit is contained in:
Martin Mares 2000-06-09 06:46:58 +00:00
parent 2d176ac5d2
commit 4386360bd9

View file

@ -5,7 +5,9 @@
#
set -e
[ -f Makefile ] && make distclean
autoconf
./configure
make distclean
autoconf
( cd doc ; make docs ; make clean )
VERSION=`sed <sysdep/config.h '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`