diff options
author | Johannes Obermayr <[email protected]> | 2013-01-12 15:34:22 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-13 12:38:50 +0100 |
commit | 6acef6c5f779ed0ba390f556479c428a36d70edb (patch) | |
tree | eb7c894cc3af70c3b58757181b867839e5def6c1 /src/mesa/drivers/dri/common | |
parent | 40a9b0f5d2498d86e2e6a8e61c0737938559d6db (diff) |
xmlpool: Fix out-of-tree builds.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am index b2a423cf203..b99df40d8b5 100644 --- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am +++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am @@ -62,7 +62,7 @@ clean: # Default target options.h options.h: LOCALEDIR := . options.h: t_options.h $(MOS) - $(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/gen_xmlpool.py t_options.h $(LOCALEDIR) $(LANGS) > options.h + $(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/gen_xmlpool.py $(srcdir)/t_options.h $(LOCALEDIR) $(LANGS) > options.h # Update .mo files from the corresponding .po files. %/LC_MESSAGES/options.mo: %.po |