diff options
author | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:01:59 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:01:59 +0000 |
commit | 6d4a3df6847b80f49dd1a54afe47d7d5ec0b8622 (patch) | |
tree | 97f29d98f7abc61ca47c05c7e86a1a40c61878c3 /desiredata/src | |
parent | f07267f7a8a4734ca18567e88572b717d662b0dd (diff) |
fix needed for mingw
svn path=/trunk/; revision=11403
Diffstat (limited to 'desiredata/src')
-rw-r--r-- | desiredata/src/makefile.in | 2 |
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 |