# HG changeset patch # User Masamichi Hosoda # Date 1426294818 -32400 # Node ID 827af33f6d0b9c784c6c758056cc64c6cea4e974 # Parent 8ecb6b6fcdc98a2c470e6b1e5cba5c8784eb0f95 Fix mingw::ghostscript aux exe diff -r 8ecb6b6fcdc9 -r 827af33f6d0b gub/specs/ghostscript.py --- a/gub/specs/ghostscript.py Sat Mar 14 09:58:14 2015 +0900 +++ b/gub/specs/ghostscript.py Sat Mar 14 10:00:18 2015 +0900 @@ -200,7 +200,7 @@ # obj/mkromfs is needed for --enable-compile-inits but depends on native -liconv. self.system (''' cd %(builddir)s && mkdir -p %(obj)s -cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/aux/genconf %(obj)s/aux/echogs %(obj)s/aux/genarch %(obj)s/arch.h +cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/aux/genconf%(exe)s %(obj)s/aux/echogs%(exe)s %(obj)s/aux/genarch%(exe)s %(obj)s/arch.h ''') self.fixup_arch () target.AutoBuild.compile (self)