chiark / gitweb /
[PATCH] rename LOG to USE_LOG in all places
[elogind.git] / make_gcov.sh
index 4d5f63f1dd830d1ee31b2108182ef6ab0fd8c1b6..e3ceb96d077c88b43a2b78096f7e131b693e0744 100644 (file)
@@ -28,7 +28,7 @@ GCCINCDIR=`gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp"`
 LIBSYSFS="-I$PWD/libsysfs/sysfs -I$PWD/libsysfs"
 WARNINGS="-Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"
 GCC="-I$GCCINCDIR"
-USE_LOG="-DLOG"
+USE_LOG="-DUSE_LOG"
 DEBUG="-D_GNU_SOURCE"
 GCOV_FLAGS="-pipe -fprofile-arcs -ftest-coverage"