From: Tom Tromey Date: Mon, 27 Nov 1995 20:42:47 +0000 (+0000) Subject: (COMPILE): New macro X-Git-Tag: Release-0-25~118 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=baff7ef6dd16b3825f0081ad4f9a794c7851c749;p=automake.git (COMPILE): New macro --- diff --git a/compile-vars.am b/compile-vars.am index 86fe0adf..63f349bb 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) +