]> andersk Git - moira.git/blobdiff - Imakefile
Implement AUTH_002, which isn't vulnerable to replay attacks. Remove
[moira.git] / Imakefile
index 1540055a60bda14d2d696788869ecbc400860f6d..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
@@ -42,10 +42,6 @@ world::
        make ${MFLAGS} all
 #endif /* USELOCALTOOLS */
 
-clean-imake:
-       cd util/imake; make clean
-       cd util/imake; make
-
 imake::
        cd util/imake; make 
 
@@ -64,19 +60,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
This page took 0.0859529999999999 seconds and 4 git commands to generate.