Make MinGW compile using a remote build directory.

This patch fixes a few MinGW specific issues that prevented it
from building in a remote directory.
(cherry picked from commit 8abe0d7d71)
This commit is contained in:
Cary R
2009-12-01 07:37:58 -08:00
committed by Stephen Williams
parent f49f3f56cf
commit 14bc857c54
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ all: dep config.h _pli_types.h version_tag.h ivl@EXEEXT@ version.exe
# dosify text files.
ifeq (@MINGW32@,yes)
all: dep dosify.exe
dosify.exe: dosify.c
$(CC) -o dosify.exe dosify.c
dosify.exe: $(srcdir)/dosify.c
$(CC) -o dosify.exe $(srcdir)/dosify.c
endif
# This rule rules the compiler in the trivial hello.vl program to make