]> andersk Git - moira.git/commitdiff
oops. make svrinstall actually work
authordanw <danw>
Fri, 30 Oct 1998 18:17:26 +0000 (18:17 +0000)
committerdanw <danw>
Fri, 30 Oct 1998 18:17:26 +0000 (18:17 +0000)
Makefile.in

index 5c872b7df176a40d8a7dba0d0616e43c3a9a3c65..452843b2ec9083e8098f3789111dff66519a301d 100644 (file)
@@ -36,7 +36,7 @@ install:
 
 svrinstall:
        $(srcdir)/mkinstalldirs $(mrbindir)
-       @for d in $(SVRSUBDIRS); do (echo "### Making $@ in $$d"; cd $$d; $(MAKE) $@) || exit 1; done
+       @for d in $(SVRDIRS); do (echo "### Making install in $$d"; cd $$d; $(MAKE) install) || exit 1; done
 
 world: depend all
 
This page took 0.041742 seconds and 5 git commands to generate.