mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
provide a fix for not distcleaning the flac directory properly, causing stray .deps/ directories from libtool. Use Micheal's manual update to Makefile.am because I don\'t have prehistoric Automake 1.7 available for a clean automatic update. Patch by Micheal Chinen.
This commit is contained in:
parent
a663c35378
commit
5874644e54
21
lib-src/libflac/libflac-deps-directory-distclean.patch
Normal file
21
lib-src/libflac/libflac-deps-directory-distclean.patch
Normal file
@ -0,0 +1,21 @@
|
||||
Index: libflac/src/Makefile.in
|
||||
===================================================================
|
||||
--- libflac/src/Makefile.in (revision 11513)
|
||||
+++ libflac/src/Makefile.in (working copy)
|
||||
@@ -220,6 +220,7 @@
|
||||
|
||||
SUBDIRS = \
|
||||
libFLAC \
|
||||
+ flac \
|
||||
share \
|
||||
$(CPPLIBS_DIRS)
|
||||
|
||||
@@ -240,7 +241,7 @@
|
||||
installdirs-recursive install-recursive uninstall-recursive \
|
||||
check-recursive installcheck-recursive
|
||||
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
|
||||
-DIST_SUBDIRS = libFLAC share libFLAC++
|
||||
+DIST_SUBDIRS = libFLAC share libFLAC++ flac
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
@ -25,6 +25,7 @@ endif
|
||||
|
||||
SUBDIRS = \
|
||||
libFLAC \
|
||||
flac \
|
||||
share \
|
||||
$(CPPLIBS_DIRS)
|
||||
|
||||
|
@ -220,6 +220,7 @@ target_alias = @target_alias@
|
||||
|
||||
SUBDIRS = \
|
||||
libFLAC \
|
||||
flac \
|
||||
share \
|
||||
$(CPPLIBS_DIRS)
|
||||
|
||||
@ -240,7 +241,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
||||
installdirs-recursive install-recursive uninstall-recursive \
|
||||
check-recursive installcheck-recursive
|
||||
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
|
||||
DIST_SUBDIRS = libFLAC share libFLAC++
|
||||
DIST_SUBDIRS = libFLAC share libFLAC++ flac
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user