From 3dae6bc2ffab72e31feb43c0c9eea18c8b902902 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 2 Oct 2013 13:37:35 +0200 Subject: [PATCH] Fix VPATH builds on openSUSE. --- lib/config/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/Makefile.am b/lib/config/Makefile.am index 20d9a5360..d8f0160b0 100644 --- a/lib/config/Makefile.am +++ b/lib/config/Makefile.am @@ -16,7 +16,7 @@ AM_YFLAGS = -d $(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@ .hh.h: - cp $< $@ + cp $(srcdir)/$< $(srcdir)/$@ libconfig_la_SOURCES = \ base-type.conf \