]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Some useless variable deleted.
authorOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:16:03 +0000 (00:16 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:16:03 +0000 (00:16 +0000)
Makefile

index 2221101d2b332bf02fcb1209ce5ae5116f88f581..3dd163aafaa0ab6400213c77d7a268d02520d305 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,19 @@
 # Generated automatically from Makefile-top.in by configure.
 # Makefile for in place build of BIRD
-# (c) 1999 Martin Mares <mj@ucw.cz>
+# (c) 1999--2000 Martin Mares <mj@ucw.cz>
 
 objdir=obj
 
-all depend tags:
+all depend tags install:
        $(MAKE) -C $(objdir) $@
 
+docs userdocs progdocs:
+       $(MAKE) -C doc $@
+
 clean:
        $(MAKE) -C $(objdir) clean
        find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
 
 distclean: clean
        rm -rf $(objdir)
-       rm -f config.* configure sysdep/autoconf.h Makefile
+       rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile