iverilog/tgt-verilog
Cary R f1e2f373ae Fix MinGW make distclean and add <file>.in dependencies.
This patch fixes the crash in MinGW make distclean. The problem
was that vpi/ and driver-vpi/ were being called twice and the
MinGW make was failing on the second call since the Makefile
was already removed.

Add a dependency on config.h and _pli_types.h in the make all
target. It is likely that only _pli_types.h was needed, but
this makes it clear that they need to be rebuilt if the .in
files change.

The lower directories that depend on the top level config.status
now have a target to rebuild the local Makefile file it the
corresponding Makefile.in changes.
2008-12-12 20:58:50 -08:00
..
.cvsignore Add enough tgt-verilog code to support hello world. 2000-09-23 05:15:07 +00:00
Makefile.in Fix MinGW make distclean and add <file>.in dependencies. 2008-12-12 20:58:50 -08:00
verilog.c Spelling fixes 2008-01-29 20:24:24 -08:00