Fix forming of ivlpp command line.

This commit is contained in:
steve 2000-01-01 21:33:50 +00:00
parent 4c274223cf
commit cbd353fbb8
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void preprocess(void)
argument = (char *)malloc(256);
sprintf(argument, LIBDIR "ivl/ivlpp %s %s -L -o%s %s",
sprintf(argument, LIBDIR "/ivl/ivlpp %s %s -L -o%s %s",
P_IF_SET(ivlppdefines),
P_IF_SET(ivlppincdir),
tmpPPfile,