]> andersk Git - moira.git/blobdiff - Imakefile
many new options for list creation and changing info
[moira.git] / Imakefile
index 688314aeab1aa3433e46c15e31a7a34839282632..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,17 +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
-       cd util/imake; make
-
 imake::
        cd util/imake; make 
 
This page took 0.027679 seconds and 4 git commands to generate.