From cf798932b5187c24d46a3e20d07aedb09e39ac66 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 3 Aug 2006 03:18:43 +0000 Subject: [PATCH] create-top-libdir-always-20060802 Always create the include and lib directories even if one builds specific targets. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8296a67d88..c89cde7d56 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,12 +100,14 @@ dest_dirs: force mkdir -p ${DEST}/root.server/etc mkdir -p ${DEST}/root.server/usr/afs/bin +prelude: ${TOP_INCDIR}/afs ${TOP_INCDIR}/rx ${TOP_LIBDIR} + project: cmd comerr tests: all ${COMPILE_PART1} tests ${COMPILE_PART2} -config: +config: prelude ${COMPILE_PART1} config ${COMPILE_PART2} procmgmt: config