From d96a1fa869072053d943badb6e3904a7d7a2d4de Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 4 Nov 2009 12:29:52 -0800 Subject: Got build to work in separate build directory. --- depend.txr | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'depend.txr') diff --git a/depend.txr b/depend.txr index 7fa2183c..23feba6b 100644 --- a/depend.txr +++ b/depend.txr @@ -3,7 +3,13 @@ @file.c @(next)@file.c @(collect) -#include "@header" +#include "@hdr" +@(cases) +@(bind hdr ("y.tab.h")) +@(bind header hdr) +@(or) +@(bind header `$(top_srcdir)/@hdr`) +@(end) @(end) @(output) @file.o:@(rep) @header@(end) -- cgit v1.2.3