From 2a38afa0f0d2e0ecff4178a6ddedfb70a84d7fd2 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Sun, 1 Jul 2012 22:00:51 -0400 Subject: [PATCH] Remove errant echo in makefile --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4803d51..433bd50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ if OS_FREEBSD pkgconfigdir=$(prefix)/libdata/pkgconfig else pkgconfigdir=$(libdir)/pkgconfig -echo $pkgconfigdir endif if OS_LINUX