]> andersk Git - moira.git/blobdiff - Imakefile
Imakefile, Makefile: Don't `make clean-imake' since (1) it's useless,
[moira.git] / Imakefile
index f98ca26d2f467fb0a5dfb4d3b222f460e49d91a5..5efcf5ba8d25a714e23887b5c87964a29896bc12 100644 (file)
--- 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 
 
This page took 0.107733 seconds and 4 git commands to generate.