summaryrefslogtreecommitdiff
path: root/tests/offsets/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-04 23:12:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-04 23:12:38 +0100
commitf167c42e4b4789f9a905f5ecbcd74410751909ce (patch)
tree1e746d4c49e4fbcf40f718a840158d73ff8342c8 /tests/offsets/Makefile.am
parentb1200a87bc0bd4f4fcd5275f25422032104138ed (diff)
downloadgobject-introspection-f167c42e4b4789f9a905f5ecbcd74410751909ce.tar.gz
Revert "build: Use $(srcdir) when calling Python scripts"
This reverts commit b1200a87bc0bd4f4fcd5275f25422032104138ed.
Diffstat (limited to 'tests/offsets/Makefile.am')
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index d17f4914..0130ee52 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -39,7 +39,7 @@ gitestoffsets_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository -I$(top_s
gitestoffsets_LDADD = $(top_builddir)/libgirepository-1.0.la $(GIREPO_LIBS)
gitestoffsets.c: gen-gitestoffsets offsets.h Offsets-1.0.typelib
- $(AM_V_GEN) $(PYTHON) $(srcdir)/gen-gitestoffsets offsets.h > $@ || ( rm -f $@ && false )
+ $(AM_V_GEN) $(PYTHON) gen-gitestoffsets offsets.h > $@ || ( rm -f $@ && false )
EXTRA_DIST += gen-gitestoffsets
BUILT_SOURCES += gitestoffsets.c