From: Tom Tromey Date: Mon, 27 Nov 1995 20:42:47 +0000 (+0000) Subject: (COMPILE): New macro X-Git-Tag: Release-0-25~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcde62d497109cabfc6a868fe00a0aa5e715d040;p=thirdparty%2Fautomake.git (COMPILE): New macro --- diff --git a/compile-vars.am b/compile-vars.am index 86fe0adf9..63f349bbd 100644 --- a/compile-vars.am +++ b/compile-vars.am @@ -8,3 +8,5 @@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ +COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) +