]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Before building distribution tarballs, make distclean first.
authorMartin Mares <mj@ucw.cz>
Fri, 9 Jun 2000 06:46:58 +0000 (06:46 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 9 Jun 2000 06:46:58 +0000 (06:46 +0000)
tools/gendist

index ce7dbe445871ab3696a8a4e0b40906216677bfe2..80def5cada61d87a8fca9eeafe3e2df9322e7895 100755 (executable)
@@ -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/'`