From 38ee60679aea925177a21a0cc9a3181995eb0f13 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 29 Jan 1997 23:29:48 +0000 Subject: [PATCH] don't make directories for profiled libraries --- util/makeconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/makeconfig b/util/makeconfig index 940eaad7..4a52784d 100644 --- a/util/makeconfig +++ b/util/makeconfig @@ -31,9 +31,6 @@ SUBDIR = backup clients db dbck dcm gdb gen include incremental \ clients/mailmaint clients/moira clients/mrcheck clients/mrtest \ clients/passwd clients/userreg clients/addusr clients/mmoira util man -# Empty directories which also need to be built. -MTDIR = lib/profiled server/profiled gdb/profiled - all: rm -f ${DESTDIR}/Makefile ${LN} ${SRCDIR}/Makefile ${DESTDIR}/Makefile @@ -45,7 +42,6 @@ all: rm -f ${DESTDIR}/$$i/Imakefile; \ ${SYMLINK} ${SRCDIR}/$$i/Imakefile ${DESTDIR}/$$i/Imakefile; \ done - -for i in ${MTDIR}; do mkdir ${DESTDIR}/$$i; done for i in imake makedepend imake.includes et; do \ make ${MFLAGS} -f ${SRCDIR}/util/$$i/Makefile SRCDIR=${SRCDIR} DESTDIR=${DESTDIR} config; \ done -- 2.45.2