X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/c95b18b8fabe6eb894ed6fdfac65a32a4684cc70..e14de0ca317a3b5803f2aff97097fcf434efbf0e:/Imakefile diff --git a/Imakefile b/Imakefile index f98ca26d..5efcf5ba 100644 --- a/Imakefile +++ b/Imakefile @@ -27,7 +27,6 @@ all:: #ifndef USELOCALTOOLS world:: - make ${MFLAGS} clean-imake make ${MFLAGS} imake make ${MFLAGS} Makefile make ${MFLAGS} Makefiles @@ -37,16 +36,12 @@ world:: #else /* USELOCALTOOLS */ world:: - make ${MFLAGS} clean-imake make ${MFLAGS} Makefile make ${MFLAGS} Makefiles make ${MFLAGS} depend make ${MFLAGS} all #endif /* USELOCALTOOLS */ -clean-imake: - cd util/imake; make clean - imake:: cd util/imake; make