X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/30b805f1faac46df1aca5f12bdbdb4e22b21a33d..4e82e7cac76280026adbe913d5cedb7e54cfb41d:/Imakefile diff --git a/Imakefile b/Imakefile index 1540055a..00fafd21 100644 --- a/Imakefile +++ b/Imakefile @@ -36,6 +36,8 @@ world:: #else /* USELOCALTOOLS */ world:: + make ${MFLAGS} clean-imake + make ${MFLAGS} imake make ${MFLAGS} Makefile make ${MFLAGS} Makefiles make ${MFLAGS} depend @@ -64,19 +66,19 @@ install:: -mkdir ${DESTDIR}${MANDIR}/man8 -mkdir ./bin -#ifdef USELOCALTOOLS +#ifndef USELOCALTOOLS depend:: makedepend #endif -#ifdef USELOCALLIBS +#ifndef USELOCALLIBS depend:: et ss #endif et: - cd util/et; make ${MFLAGS} DEPEND="$(DEPEND)" depend; make ${MFLAGS} all + cd util/et; make ${MFLAGS} DEPEND="$(BUILDTOP)/../../$(DEPEND)" depend; make ${MFLAGS} all ss: - cd util/ss; make ${MFLAGS} DEPEND="$(DEPEND)" depend; make ${MFLAGS} all + cd util/ss; make ${MFLAGS} DEPEND="$(BUILDTOP)/../../$(DEPEND)" depend; make ${MFLAGS} all makedepend: cd util/makedepend; make