mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
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:
committed by
Stephen Williams
parent
7eb4825435
commit
ab5b9271f3
+2
-1
@@ -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/$@
|
||||
|
||||
Reference in New Issue
Block a user