From: Martin Mares Date: Sun, 26 Oct 2008 13:14:37 +0000 (+0100) Subject: The top-level Makefile is a generated file, so remove it from the repo. X-Git-Tag: v1.2.0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cb1449edec6a80e063981a955e8025ee87ea65;p=thirdparty%2Fbird.git The top-level Makefile is a generated file, so remove it from the repo. --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 6ea32414a..000000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Generated automatically from Makefile-top.in by configure. -# Makefile for in place build of BIRD -# (c) 1999--2000 Martin Mares - -objdir=obj - -all depend tags install install-docs: - $(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 - $(MAKE) -C doc distclean - rm -rf $(objdir) - rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile