commit | 4b92255cec7844ee05ea296f7e91c09238cef108 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 02 19:12:01 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 02 19:12:01 2002 +0000 |
tree | 0545c69d7ade11bc123a246dc6be2760738b96db | |
parent | a662fabaaae2acec00a51079f73d5bf404d6b00a [diff] [blame] |
Don't pass the perl C flags to winebuild.
diff --git a/Make.rules.in b/Make.rules.in index 509334a..ccd9585 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -28,7 +28,7 @@ SHELL = /bin/sh CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ $(EXTRACFLAGS) OPTIONS = @OPTIONS@ -D_REENTRANT X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@