[rtems commit] rtems-bin2c: Fix Windows build
Sebastian Huber
sebh at rtems.org
Mon Feb 23 15:55:25 UTC 2015
Module: rtems
Branch: master
Commit: 748fbd1b3f999b29220a3665775a6f967167dc09
Changeset: http://git.rtems.org/rtems/commit/?id=748fbd1b3f999b29220a3665775a6f967167dc09
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 23 16:49:15 2015 +0100
rtems-bin2c: Fix Windows build
Update #2238.
---
tools/build/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am
index 5c6f7ba..8231ad1 100644
--- a/tools/build/Makefile.am
+++ b/tools/build/Makefile.am
@@ -9,7 +9,7 @@ eolstrip_SOURCES = eolstrip.c compat.c
packhex_SOURCES = packhex.c
unhex_SOURCES = unhex.c compat.c
binpatch_SOURCES = binpatch.c
-rtems_bin2c_SOURCES = rtems-bin2c.c
+rtems_bin2c_SOURCES = rtems-bin2c.c compat.c
bin_SCRIPTS = install-if-change
More information about the vc
mailing list