Do not include dependency files if make command goals contain "clean".
[paraslash.git] / autogen.sh
index 5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc..76eaef2f38cad05ffd41d0bd7291f51601efcac7 100755 (executable)
@@ -5,8 +5,9 @@ if test -f Makefile; then
 fi
 aclocal -I . &> /dev/null
 autoconf
-autoheader 
+autoheader
 echo configuring...
 ./configure $@ > /dev/null
 echo compiling...
-make clean all > /dev/null
+make clean2 &> /dev/null
+make > /dev/null