From 894a5735bcedf952124cd0e3fb0ca238a6ac9f09 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 14 Jul 2011 21:34:16 +0200 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e68ce8..8bc2857 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk @echo project=${PROJECT} > ${PROJECT}.pc @echo version=${VERSION} >> ${PROJECT}.pc @echo includedir=${PREFIX}/include >> ${PROJECT}.pc - @cat ${PROJECTNV}.pc.in >> ${PROJECT}.pc + @cat ${PROJECT}.pc.in >> ${PROJECT}.pc valgrind: debug valgrind --tool=memcheck --leak-check=yes --show-reachable=yes \