]> Repos - portaudio/commitdiff
Try to fix oddly broken Makefile.in
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 1 Mar 2011 02:25:32 +0000 (02:25 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 1 Mar 2011 02:25:32 +0000 (02:25 +0000)
Makefile.in

index ba89041f60b40f4f3ce3223618825e3d8b0749fe..a4fd0e162a52e49e88b26a11ecb2505646fae2a6 100644 (file)
@@ -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)