From 274ed2ecbf4e1b9d1eca0c6b049e33e78b112905 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 2 Jun 2011 15:08:46 +0200 Subject: src/ppm/Makefile.am: genereate __init__.py when Makefile changes so we catch updates of ./configure arguments. Otherwise __init__.py might have old content. --- src/ppm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppm/Makefile.am b/src/ppm/Makefile.am index a325efc..8346110 100644 --- a/src/ppm/Makefile.am +++ b/src/ppm/Makefile.am @@ -13,7 +13,7 @@ python_DATA = \ EXTRA_DIST = $(python_DATA) $(python_DATA_IN) -%.py: $(srcdir)/%.py.in +%.py: $(srcdir)/%.py.in $(srcdir)/Makefile sed -e "s,::PACKAGE::,$(PACKAGE)," \ -e "s,::PYLIBDIR::,$(pkgdatadir)," \ -e "s,::GETTEXTDIR::,$(datadir)/locale," \ -- cgit v1.2.3