Fix MinGW suffix configuration.

In the driver-vpi file we need to use g for the suffix replacement
so that both libraries get changed.

Also added an end line to the config.h.in file.
This commit is contained in:
Cary R 2008-11-17 11:13:56 -08:00 committed by Stephen Williams
parent 4bc90f7cfd
commit a8a8d3ce5b
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ main.o: main.c config.h
config.h: config.h.in
sed -e 's;@IVLCC@;@CC@;' -e 's;@IVLCXX@;@CXX@;' \
-e 's;@SUFFIX@;$(suffix);' \
-e 's;@SUFFIX@;$(suffix);g' \
-e 's;@IVLCFLAGS@;@CXXFLAGS@;' \
-e 's;@SHARED@;@shared@;' $< > $@