From f994de3a9356a590920c364b2d38dd5149c56fae Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 10 Sep 2015 20:24:54 -0400 Subject: [PATCH] Makefile.am: squash warning re. duplicate definition During autoreconf, we would get a warning due to privdatadir being defined in both Makefile-rpm-ostree.am and Makefile.am. Remove the instance in Makefile.am. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1b65900a..47d24b57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,6 @@ if ENABLE_GTK_DOC SUBDIRS += doc endif -privdatadir=$(pkglibdir) - ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS += -DDATADIR='"$(datadir)"' \ -DLIBEXECDIR='"$(libexecdir)"' \