aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-02 15:08:46 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-02 15:09:39 +0200
commit274ed2ecbf4e1b9d1eca0c6b049e33e78b112905 (patch)
tree75040a45f32c2c6687a438e042958f94e9846fbf /src
parent5f4b48dbfb2d7863f34d83372a636806f6d13c21 (diff)
src/ppm/Makefile.am: genereate __init__.py when Makefile changes
so we catch updates of ./configure arguments. Otherwise __init__.py might have old content.
Diffstat (limited to 'src')
-rw-r--r--src/ppm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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," \