[Flac-dev] [PATCH] Fix errors in new Makefile.ams
Josh Coalson
xflac at yahoo.com
Wed Sep 12 17:40:08 PDT 2007
fixed, thanks.
--- Erik de Castro Lopo <erikd-flac at mega-nerd.com> wrote:
> Josh,
>
> The two Makefile.ams that you added recently:
>
> examples/c/decode/file/Makefile.am
> examples/cpp/decode/file/Makefile.am
>
> are generating errors like this:
>
> examples/c/decode/file/Makefile.am:22: blank line following
> trailing backslash
> examples/cpp/decode/file/Makefile.am:22: blank line following
> trailing backslash
>
> The attached patch fixes these.
>
> Erik
> --
> -----------------------------------------------------------------
> Erik de Castro Lopo
> -----------------------------------------------------------------
> "I'd crawl over an acre of 'Visual This++' and 'Integrated
> Development That' to get to gcc, Emacs, and gdb. Thank you."
> -- Vance Petree
> > Index: examples/c/decode/file/Makefile.am
> ===================================================================
> RCS file: /cvsroot/flac/flac/examples/c/decode/file/Makefile.am,v
> retrieving revision 1.2
> diff -u -r1.2 Makefile.am
> --- examples/c/decode/file/Makefile.am 12 Sep 2007 05:34:51 -0000 1.2
> +++ examples/c/decode/file/Makefile.am 12 Sep 2007 09:39:54 -0000
> @@ -18,7 +18,7 @@
> EXTRA_DIST = \
> Makefile.lite \
> example_c_decode_file.dsp \
> - example_c_decode_file.vcproj \
> + example_c_decode_file.vcproj
>
> noinst_PROGRAMS = example_c_decode_file
> example_c_decode_file_LDADD = \
> Index: examples/cpp/decode/file/Makefile.am
> ===================================================================
> RCS file: /cvsroot/flac/flac/examples/cpp/decode/file/Makefile.am,v
> retrieving revision 1.1
> diff -u -r1.1 Makefile.am
> --- examples/cpp/decode/file/Makefile.am 12 Sep 2007 05:27:34 -0000
> 1.1
> +++ examples/cpp/decode/file/Makefile.am 12 Sep 2007 09:39:54 -0000
> @@ -18,7 +18,7 @@
> EXTRA_DIST = \
> Makefile.lite \
> example_cpp_decode_file.dsp \
> - example_cpp_decode_file.vcproj \
> + example_cpp_decode_file.vcproj
>
> noinst_PROGRAMS = example_cpp_decode_file
> example_cpp_decode_file_LDADD = \
>
____________________________________________________________________________________
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!
http://tv.yahoo.com/collections/3658
More information about the Flac-dev
mailing list