From 8019ff784cd3aa6cc43b8eb8f29a621bc5800f5c Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 24 Jan 2012 17:55:42 -0500 Subject: [PATCH] Build: Version dependency for python preamble (issue 1726). --- python/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/GNUmakefile b/python/GNUmakefile index 14060aed61..87fa766089 100644 --- a/python/GNUmakefile +++ b/python/GNUmakefile @@ -21,3 +21,5 @@ INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) $(outdir)/midi.lo: $(outdir)/config.hh default: $(outdir)/relocate-preamble.py + +$(outdir)/relocate-preamble.py: $(depth)/VERSION -- 2.39.2