* build: fix initext.c dependency
@ 2008-08-12 23:34 Jan Engelhardt
2008-08-13 12:44 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-08-12 23:34 UTC (permalink / raw)
To: kaber; +Cc: Netfilter Developer Mailing List
commit 47777929489b616e219d10bdb2c3a299a8c0bc0f
Author: Jan Engelhardt <jengelh@medozas.de>
Date: Tue Aug 12 19:33:21 2008 -0400
build: fix initext.c dependency
initext?.c is generated within the current directory, not in ${srcdir}.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
extensions/GNUmakefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
index 4a3bf4e..1f063c8 100644
--- a/extensions/GNUmakefile.in
+++ b/extensions/GNUmakefile.in
@@ -75,7 +75,7 @@ clean:
distclean: clean
rm -f .*.d .*.dd;
-init%.o: ${srcdir}/init%.c
+init%.o: init%.c
${AM_VERBOSE_CC} ${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ -c $<;
-include .*.d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: build: fix initext.c dependency
2008-08-12 23:34 build: fix initext.c dependency Jan Engelhardt
@ 2008-08-13 12:44 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-08-13 12:44 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List
Jan Engelhardt wrote:
> build: fix initext.c dependency
>
> initext?.c is generated within the current directory, not in ${srcdir}.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-13 12:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12 23:34 build: fix initext.c dependency Jan Engelhardt
2008-08-13 12:44 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.