From: Ondrej Filip Date: Tue, 6 Jun 2000 00:16:03 +0000 (+0000) Subject: Some useless variable deleted. X-Git-Tag: v1.2.0~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3301b9d1c57b4e76d32f1244e3da33012e70d20d;p=thirdparty%2Fbird.git Some useless variable deleted. --- diff --git a/Makefile b/Makefile index 2221101d2..3dd163aaf 100644 --- 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 +# (c) 1999--2000 Martin Mares 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