From: Doug Coleman Date: Mon, 18 Jan 2010 11:21:50 +0000 (-0600) Subject: Don't build the Factor dll twice on Windows X-Git-Tag: 0.97~5053^2~9 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c2bdb133d6348f6ad36b3fb551d4808166d876ea Don't build the Factor dll twice on Windows --- diff --git a/GNUmakefile b/GNUmakefile index 772f3f9875..279a32e185 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -183,7 +183,6 @@ $(EXECUTABLE): $(DLL_OBJS) $(EXE_OBJS) $(CFLAGS) -o $@$(EXE_SUFFIX)$(EXE_EXTENSION) $(EXE_OBJS) $(CONSOLE_EXECUTABLE): $(DLL_OBJS) $(EXE_OBJS) - $(TOOLCHAIN_PREFIX)$(LINKER) $(ENGINE) $(DLL_OBJS) $(TOOLCHAIN_PREFIX)$(CPP) $(LIBS) $(LIBPATH) -L. $(LINK_WITH_ENGINE) \ $(CFLAGS) $(CFLAGS_CONSOLE) -o factor$(EXE_SUFFIX)$(CONSOLE_EXTENSION) $(EXE_OBJS)