From c2ab27541fb174ae7aa9cf902654e0678fc70115 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 26 Jan 2004 23:31:57 +0000 Subject: [PATCH] Make sure I get ivl_target.h from this source. --- tgt-vvp/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tgt-vvp/Makefile.in b/tgt-vvp/Makefile.in index c295c532b4..da730ff483 100644 --- a/tgt-vvp/Makefile.in +++ b/tgt-vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.19 2004/01/20 21:00:47 steve Exp $" +#ident "$Id: Makefile.in,v 1.20 2004/01/26 23:31:57 steve Exp $" # # SHELL = /bin/sh @@ -38,7 +38,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -CPPFLAGS = @CPPFLAGS@ @DEFS@ @PICFLAG@ +CPPFLAGS = -I$(srcdir)/.. @CPPFLAGS@ @DEFS@ @PICFLAG@ CXXFLAGS = @CXXFLAGS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@