|
Message
From: OpenCores CVS Agent<cvs@o...>
Date: Thu Jan 27 15:02:07 CET 2005
Subject: [cvs-checkins] MODIFIED: or1k ...
Date: 00/05/01 27:15:02 Modified: or1k/or1ksim/cpu/or32 Makefile.am Log: Fix out-of-tree builds Revision Changes Path 1.6 +7 -3 or1k/or1ksim/cpu/or32/Makefile.am http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/cpu/or32/Makefile.am.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile.am =================================================================== RCS file: /cvsroot/nogj/or1k/or1ksim/cpu/or32/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- Makefile.am 6 Mar 2002 15:53:23 -0000 1.5 +++ Makefile.am 27 Jan 2005 14:02:05 -0000 1.6 @@ -30,7 +30,11 @@ generate_SOURCES = or32.c generate.c BUILT_SOURCES = execgen.c -execgen.c: generate insnset.c - ./generate insnset.c execgen.c +execgen.c: generate $(srcdir)/insnset.c + ./generate $(srcdir)/insnset.c execgen.c endif + +# If the simulator was first built without --enable-simple and then with it, +# then also remove these two files +CLEANFILES=execgen.c generate
|
 |