]> andersk Git - moira.git/commitdiff
specify path to synctree
authordanw <danw>
Fri, 11 Jul 1997 00:46:43 +0000 (00:46 +0000)
committerdanw <danw>
Fri, 11 Jul 1997 00:46:43 +0000 (00:46 +0000)
util/makeconfig

index 0660728839df09afdb7d28ecd71256feb024964c..6d89e473a33d414bfeabf5af638e1b22e85de7e0 100644 (file)
 DESTDIR        = .
 SRCDIR         = /mit/moiradev/src
 
+SYNCTREE = /usr/athena/etc/synctree
+
 all:
-       synctree -q -s $(SRCDIR) -d $(DESTDIR)
+       $(SYNCTREE) -q -s $(SRCDIR) -d $(DESTDIR)
 
        rm -f $(DESTDIR)/Makefile
        cp $(SRCDIR)/Makefile $(DESTDIR)/
This page took 0.548967 seconds and 5 git commands to generate.