From 6d4a3df6847b80f49dd1a54afe47d7d5ec0b8622 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 17 May 2009 00:01:59 +0000 Subject: fix needed for mingw svn path=/trunk/; revision=11403 --- desiredata/src/makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1