summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c1b46405..ade0e52b 100755
--- a/configure
+++ b/configure
@@ -9124,7 +9124,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
case $ac_file$ac_mode in
"default-1":C) 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 ;;