1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Regenerate and reapply SRCDIR build patch

This commit is contained in:
Leland Lucius 2016-03-08 02:23:28 -06:00
parent 69c043eb12
commit 4c1a1d36a3
2 changed files with 11 additions and 9 deletions

View File

@ -156,7 +156,10 @@ SRC_DIRS = \
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
all: lib/$(PALIB) all-recursive tests examples selftests
prep:
mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
all: prep lib/$(PALIB) all-recursive tests examples selftests
tests: bin-stamp $(TESTS)

View File

@ -1,17 +1,16 @@
Index: lib-src/portaudio-v19/Makefile.in
===================================================================
--- lib-src/portaudio-v19/Makefile.in (revision 13510)
+++ lib-src/portaudio-v19/Makefile.in (working copy)
@@ -156,8 +156,11 @@
diff --git a/lib-src/portaudio-v19/Makefile.in b/lib-src/portaudio-v19/Makefile.in
index f5fc258..18c2de6 100644
--- a/lib-src/portaudio-v19/Makefile.in
+++ b/lib-src/portaudio-v19/Makefile.in
@@ -156,7 +156,10 @@ SRC_DIRS = \
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
-all: lib/$(PALIB) all-recursive tests examples selftests
+prep:
+ mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
+all: prep lib/$(PALIB) all-recursive tests examples selftests
+
+all: prep lib/$(PALIB) all-recursive tests examples selftests
tests: bin-stamp $(TESTS)
examples: bin-stamp $(EXAMPLES)