diff options
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/local.mk | 1 | ||||
-rw-r--r-- | sim/m32c/opc2c.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sim/m32c/local.mk b/sim/m32c/local.mk index 39620b5..f8efd07 100644 --- a/sim/m32c/local.mk +++ b/sim/m32c/local.mk @@ -61,6 +61,7 @@ noinst_PROGRAMS += %D%/run %D%/modules.c: | $(%C%_BUILD_OUTPUTS) %C%_opc2c_SOURCES = %D%/opc2c.c +%C%_opc2c_LDADD = $(LIBS_FOR_BUILD) # These rules are copied from automake, but tweaked to use FOR_BUILD variables. %D%/opc2c$(EXEEXT): $(%C%_opc2c_OBJECTS) $(%C%_opc2c_DEPENDENCIES) %D%/$(am__dirstamp) diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c index 113e390..1b2b133 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ -#include "defs.h" +#include "gnulib/config.h" #include <stdio.h> #include <string.h> |