Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure I get ivl_target.h from this source.
  • Loading branch information
steve committed Jan 26, 2004
1 parent 5160021 commit c2ab275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgt-vvp/Makefile.in
Expand Up @@ -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
Expand All @@ -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@
Expand Down

0 comments on commit c2ab275

Please sign in to comment.