fix gen-gitestoffsets invocation with builddir != srcdir
authorTommi Komulainen <tommi.komulainen@iki.fi>
Wed, 12 Nov 2008 14:15:17 +0000 (14:15 +0000)
committerTommi Komulainen <tko@src.gnome.org>
Wed, 12 Nov 2008 14:15:17 +0000 (14:15 +0000)
2008-11-12  Tommi Komulainen  <tommi.komulainen@iki.fi>

* tests/offsets/Makefile.am (gitestoffsets.c): fix
gen-gitestoffsets invocation with builddir != srcdir

svn path=/trunk/; revision=896

ChangeLog
tests/offsets/Makefile.am

index 6257f98..4dd551a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-12  Tommi Komulainen  <tommi.komulainen@iki.fi>
+
+       * tests/offsets/Makefile.am (gitestoffsets.c): fix
+       gen-gitestoffsets invocation with builddir != srcdir
+
 2008-11-12  Johan Dahlin  <jdahlin@async.com.br>
 
        * girepository/girepository.c:
index 456da61..57cfdfb 100644 (file)
@@ -46,7 +46,7 @@ gitestoffsets_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
 gitestoffsets_LDADD = $(top_builddir)/girepository/libgirepository.la $(GIREPO_LIBS)
 
 gitestoffsets.c: gen-gitestoffsets offsets.h
-       $(PYTHON) $(srcdir)/gen-gitestoffsets offsets.h > $@ || ( rm -f $@ && false )
+       $(PYTHON) $(srcdir)/gen-gitestoffsets $(srcdir)/offsets.h > $@ || ( rm -f $@ && false )
 
 EXTRA_DIST += gen-gitestoffsets
 BUILT_SOURCES += gitestoffsets.c