]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: fix initext.c dependency
authorJan Engelhardt <jengelh@medozas.de>
Wed, 13 Aug 2008 12:43:56 +0000 (14:43 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 13 Aug 2008 12:43:56 +0000 (14:43 +0200)
initext?.c is generated within the current directory, not in ${srcdir}.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/GNUmakefile.in

index 4a3bf4e497666858bf35846c9c378b69aa12766b..1f063c8c7d092b4fbf28382e6f51fe2eeabaa16a 100644 (file)
@@ -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