Makefile: Fix live555 compilation
commit64b22229e339bef4a3bc9d2a42529da9073a0674
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 22 Dec 2008 14:45:32 +0000 (22 16:45 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 22 Dec 2008 14:45:32 +0000 (22 16:45 +0200)
treece5b31ab32f59f84fd055e1b42d4a93dc5a2bf18
parent9afb39ccff089c1269ab3bc7e519897d89b9c7a5
Makefile: Fix live555 compilation

The change to create .d files with .o incorrectly used CFLAGS instead
of CXXFLAGS when compiling .cpp files. This broke the build if
live555, which is the only part using C++ code, was enabled.
Makefile