about summary refs log tree commit diff
path: root/src/bin2c
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-03-16T13·01+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-03-16T13·01+0000
commitf0c473c5f70b8d6dc072da3d6d53a898766546a2 (patch)
treed5167af4e7e33f91ab746cdc82813aa602969647 /src/bin2c
parentfe1b8781ae310bfa6baea80ed475b6c3ae00d991 (diff)
* Fix building on Cygwin (http://hydra.nixos.org/build/325071).
Diffstat (limited to 'src/bin2c')
-rw-r--r--src/bin2c/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin2c/Makefile.am b/src/bin2c/Makefile.am
index 2245ff3a26a8..bba3c3e3ac56 100644
--- a/src/bin2c/Makefile.am
+++ b/src/bin2c/Makefile.am
@@ -2,5 +2,5 @@ noinst_PROGRAMS = bin2c
 
 bin2c_SOURCES = bin2c.c
 
-bin2c: bin2c.c
+bin2c$(EXEEXT): bin2c.c
 	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c