From d2fc0b16c9c8222241769d6f491ed0b1ad9b523a Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 26 Apr 2009 19:55:44 +0000 Subject: undo the previous change... was dumb svn path=/trunk/; revision=11160 --- 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 4ed8b9e5..39113526 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -66,7 +66,7 @@ install:: all install $$file $(DESTDIR)$(libpdbindir)/$$file; done install $(BINARYMODE) $(SO) $(DESTDIR)$(libdir)/$(SO) test -w /etc/ld.so.cache && ldconfig || true - $(CXX) $(LDFLAGS) $(DBG_CFLAGS) -L. -lpd main.c -o $(DESTDIR)$(bindir)/pd + $(CXX) $(LDFLAGS) $(DBG_CFLAGS) -lpd main.c -o $(DESTDIR)$(bindir)/pd install -m755 desire.tk $(DESTDIR)$(bindir)/desire install -m755 pdsend $(DESTDIR)$(bindir)/pdsend install -m755 pdreceive $(DESTDIR)$(bindir)/pdreceive -- cgit v1.2.1