diff --git a/src/test/run-make/cdylib/Makefile b/src/test/run-make/cdylib/Makefile index ae3b82537db5..47ec762b3e94 100644 --- a/src/test/run-make/cdylib/Makefile +++ b/src/test/run-make/cdylib/Makefile @@ -8,7 +8,7 @@ all: $(call RUN_BINFILE,foo) ifdef IS_MSVC $(call RUN_BINFILE,foo): $(call DYLIB,foo) - $(CC) $(CFLAGS) foo.c $(TMPDIR)/foo.dll.lib -Fe:`cygpath -w $@` + $(CC) $(CFLAGS) foo.c $(TMPDIR)/foo.dll.lib $(call OUT_EXE,foo) else $(call RUN_BINFILE,foo): $(call DYLIB,foo) $(CC) $(CFLAGS) foo.c -lfoo -o $(call RUN_BINFILE,foo) -L $(TMPDIR)