Diff between ec258221787476576f8f592e1f04ba198c64bb67 and b75058fd36cfa44baf93af51e5535e5cd29082b0

Changed Files

File Additions Deletions Status
Makefile.am +1 -1 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index e2cf3a6..9337ffa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,7 +280,7 @@ src/builtin.h: src/genbuiltin $(builtin_sources)
 	$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
 
 tools/%.rules:
-	$(AM_V_GEN)cp $(subst 97-,,$@) $@
+	$(AM_V_GEN)cp $(srcdir)/$(subst 97-,,$@) $@
 
 $(lib_libbluetooth_la_OBJECTS): $(local_headers)