Whamcloud - gitweb
MCONFIG: Fix dependency definitions for the static and profiled blkid library
authorTheodore Ts'o <tytso@mit.edu>
Sat, 27 Nov 2010 00:25:26 +0000 (19:25 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 27 Nov 2010 00:35:10 +0000 (19:35 -0500)
commit5f70f2e6477c168461b1873e1522ea9db9368191
tree08db4bffc701829d7ad978f685afce2db06987a1
parent992016c5afde0f77a9ff10c4fc5be02f83eb055c
MCONFIG: Fix dependency definitions for the static and profiled blkid library

The dependency definitions for DEPSTATIC_LIBBLKID and
DEPPROFILED_LIBBLKID incorrectly referenced the non-dependency macros
(i.e., STATIC_LIBUUID instead of DEPSTATIC_LIBUUID).  This resulted in
-luuid showing up as a Makefile dependency, which is of course wrong.

Addresses-Debian-Bug: #604629

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
MCONFIG.in