commit 47777929489b616e219d10bdb2c3a299a8c0bc0f Author: Jan Engelhardt <jengelh@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html