From d757ad0b554f0773396a6e49455f15b0a726b55b Mon Sep 17 00:00:00 2001 From: philburk Date: Tue, 1 Mar 2011 02:25:32 +0000 Subject: [PATCH] Try to fix oddly broken Makefile.in --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ba89041..a4fd0e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,12 +148,10 @@ SRC_DIRS = \ SUBDIRS = @ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp -all: lib/$(PALIB) all-recursive tests loopback +all: lib/$(PALIB) all-recursive tests tests: bin-stamp $(TESTS) -loopback: bin-stamp bin/paloopback - # With ASIO enabled we must link libportaudio and all test programs with CXX lib/$(PALIB): lib-stamp $(LTOBJS) $(MAKEFILE) $(PAINC) @WITH_ASIO_FALSE@ $(LIBTOOL) --mode=link $(CC) $(PA_LDFLAGS) -o lib/$(PALIB) $(LTOBJS) $(DLL_LIBS) -- 2.43.0