summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-03-20 14:20:13 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-03-28 12:32:47 +0100
commit0cc804c87799fb5902e66d5bd537a762f786dc2a (patch)
tree326d1999bab0b060d3abf4a4f7aa8b65426a9ae0 /src/Makefile
parentc3d6f1ff09458b3e7619f9bc4799aec0ab5fc2f2 (diff)
downloadexim4-0cc804c87799fb5902e66d5bd537a762f786dc2a.tar.gz
Hints DB interface: convert from macros to inlinable functions.
Testing status: tdb, dbm, gdbm & ndbm build and pass testsuite.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3aa3cc374..a48938023 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -102,6 +102,7 @@ distclean:; $(RM_COMMAND) -rf build-* cscope*
cscope.files: FRC
echo "-q" > $@
echo "-p3" >> $@
+ -bd=build-$(buildname); [ -d $$bd ] && echo -e "$$bd/config.h\n$$bd/Makefile" >> $@
find src Local OS exim_monitor -name "*.[cshyl]" -print \
-o -name "os.[ch]*" -print \
-o -name "*akefile*" -print \