Another VPATH fix.

This commit is contained in:
Gunnar Beutner 2013-10-02 13:43:50 +02:00
parent 3dae6bc2ff
commit 7ed5b3ca14
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ AM_YFLAGS = -d
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
.hh.h:
cp $(srcdir)/$< $(srcdir)/$@
if [ -e $(srcdir)/$< ]; then cp $(srcdir)/$< $(srcdir)/$@; fi
libconfig_la_SOURCES = \
base-type.conf \