]> granicus.if.org Git - gc/commitdiff
fix plot build to use CC from Makefiles; fix fallout in Mac build to clean up the...
authorMatthew Flatt <mflatt@racket-lang.org>
Wed, 10 Nov 2010 14:19:28 +0000 (07:19 -0700)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 10:06:31 +0000 (14:06 +0400)
Makefile.in

index 5c442c04702f3acf02309476a3a7aaba274c97c5..c246bd0fcaf2228f70d39c30128a04d09c8ae68d 100644 (file)
@@ -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.