Skip to content

Commit

Permalink
fixed build with mingw32
Browse files Browse the repository at this point in the history
This happens when in a cmd window, and gmake complains sh
  • Loading branch information
zhuomingliang committed Aug 28, 2013
1 parent 767d9c5 commit ee2d975
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build/Makefile.in
@@ -1,9 +1,10 @@
CC = @cc@
LD = @ld@
AR = @ar@
MAKE = @make@ @mkflags@
RM = @rm@
CAT = @cat@
CC = @cc@
LD = @ld@
AR = @ar@
MAKE = @make@ @mkflags@
RM = @rm@
CAT = @cat@
SHELL = @sh@

TRACING = 0
NOISY = 0
Expand Down

0 comments on commit ee2d975

Please sign in to comment.