From 46aef9462492171f141c42f05bfb098b91951bd0 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 14 Jan 2003 23:11:33 +0000 Subject: [PATCH] added stub for INCLUDE. --- Makefile.common.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common.in b/Makefile.common.in index f2f10fa..34afb8e 100755 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -7,6 +7,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs # compiling DEFS=@DEFS@ +INCLUDES= C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@ CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@ L=@CC@ $(DEFS) -- 1.7.10.4