aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/makefile.in
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-17 00:01:59 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-17 00:01:59 +0000
commit6d4a3df6847b80f49dd1a54afe47d7d5ec0b8622 (patch)
tree97f29d98f7abc61ca47c05c7e86a1a40c61878c3 /desiredata/src/makefile.in
parentf07267f7a8a4734ca18567e88572b717d662b0dd (diff)
fix needed for mingw
svn path=/trunk/; revision=11403
Diffstat (limited to 'desiredata/src/makefile.in')
-rw-r--r--desiredata/src/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in
index 7844be16..48c36d54 100644
--- a/desiredata/src/makefile.in
+++ b/desiredata/src/makefile.in
@@ -46,7 +46,7 @@ SO = libpd$(LIBSUFFIX)
all:: bin externs
-bin:: pd $(WATCHDOG) pdsend pdreceive
+bin:: pd$(EXE) $(WATCHDOG) pdsend pdreceive
$(SRCXX:.c=.o): %.o: %.c config.log
$(CXX) $(CFLAGS) -xc++ -c -o $*.o $*.c