]> andersk Git - moira.git/commitdiff
don't make directories for profiled libraries
authordanw <danw>
Wed, 29 Jan 1997 23:29:48 +0000 (23:29 +0000)
committerdanw <danw>
Wed, 29 Jan 1997 23:29:48 +0000 (23:29 +0000)
util/makeconfig

index 940eaad74f32b606cef018d6f315b39b82bde8d8..4a52784d7832b07ace5948e9576bc3f35d2025e6 100644 (file)
@@ -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
This page took 0.039024 seconds and 5 git commands to generate.