summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-02 16:56:17 -0800
committerGuy Harris <guy@alum.mit.edu>2020-03-02 16:56:17 -0800
commita2c5888cf6b6541a587789ee1f88ef862afd4c1c (patch)
treed6df0a0c1e4ba63c2374e42f412b8e0be9c00670 /configure.ac
parent91e2aa9b13cab87d9855095662af396fe0901a4a (diff)
downloadtcpdump-a2c5888cf6b6541a587789ee1f88ef862afd4c1c.tar.gz
Look for Makefile-devel-adds in the top-level source directory.
If you're doing an out-of-tree build, that's *not* the current directory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d83a9bde..7c8ea351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -992,7 +992,7 @@ AC_CONFIG_HEADER(config.h)
AC_OUTPUT_COMMANDS([if test -f .devel; then
echo timestamp > stamp-h
- cat Makefile-devel-adds >> Makefile
+ cat $ac_top_srcdir/Makefile-devel-adds >> Makefile
make depend
fi])
AC_OUTPUT(Makefile tcpdump.1)