]> andersk Git - moira.git/blobdiff - Imakefile
.dc -> .pc
[moira.git] / Imakefile
index 00fafd21fca048d3d43f4380d92eae7948f2fbfb..5efcf5ba8d25a714e23887b5c87964a29896bc12 100644 (file)
--- a/Imakefile
+++ b/Imakefile
@@ -27,7 +27,7 @@ all::
 #ifndef USELOCALTOOLS
 
 world::
-       make ${MFLAGS} clean-imake
+       make ${MFLAGS} imake
        make ${MFLAGS} Makefile
        make ${MFLAGS} Makefiles
        make ${MFLAGS} depend
@@ -36,18 +36,12 @@ world::
 #else /* USELOCALTOOLS */
 
 world::
-       make ${MFLAGS} clean-imake
-       make ${MFLAGS} 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.04308 seconds and 4 git commands to generate.