From: Matthew Flatt Date: Wed, 10 Nov 2010 14:19:28 +0000 (-0700) Subject: fix plot build to use CC from Makefiles; fix fallout in Mac build to clean up the... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f32305b962ddfbfa157d3c5a77c2824f8433c5;p=gc fix plot build to use CC from Makefiles; fix fallout in Mac build to clean up the hack of putting -m32 in CC instead of CFLAGS --- diff --git a/Makefile.in b/Makefile.in index 5c442c04..c246bd0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -434,7 +434,7 @@ CURSES= -lcurses -ltermlib # the SHELL environment variable. SHELL= /bin/sh -SPECIALCFLAGS = -I$(srcdir)/include -I$(AO_INSTALL_DIR)/include +SPECIALCFLAGS = -I$(srcdir)/include -I$(AO_INSTALL_DIR)/include @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ # Alternative flags to the C compiler for mach_dep.c. # Mach_dep.c often doesn't like optimization, and it's # not time-critical anyway.