* build: fix dependency tracking for xtables.h.in
@ 2008-08-12 23:26 Jan Engelhardt
2008-08-13 12:43 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-08-12 23:26 UTC (permalink / raw)
To: kaber; +Cc: Netfilter Developer Mailing List
commit fe109d4aad6408c6ee608a86207f804570ceaacd
Author: Jan Engelhardt <jengelh@medozas.de>
Date: Tue Aug 12 19:24:34 2008 -0400
build: fix dependency tracking for xtables.h.in
For files to be correctly regenerated after the .in file has been
touched, an explicit extra dependency is needed in the Makefile.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 48e012e..0355e2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,3 +105,5 @@ tarball:
pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
+
+config.status: include/xtables.h.in
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-13 12:43 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:26 build: fix dependency tracking for xtables.h.in Jan Engelhardt
2008-08-13 12:43 ` 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.