Still more build system cleanup.

- Add missing dependency of configure on aclocal.m4.

- Remove config stamp files in make distclean (and fix another for
  loop in base make distclean that I missed)

- Add stamp files to .gitignore
(cherry picked from commit c167b3a01f)
This commit is contained in:
Jared Casper
2009-10-26 11:12:04 -07:00
committed by Stephen Williams
parent 7eb4825435
commit ab5b9271f3
7 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ clean:
rm -f va_math.vpi v2005_math.vpi
distclean: clean
rm -f Makefile config.log vpi_config.h
rm -f Makefile config.log
rm -f vpi_config.h stamp-vpi_config-h
Makefile: $(srcdir)/Makefile.in ../config.status
cd ..; ./config.status --file=vpi/$@