diff options
author | Ondrej Filip <feela@network.cz> | 2003-09-30 19:05:55 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2003-09-30 19:05:55 +0200 |
commit | 37299f1e442f5ca23fd9124d9645096c5a6f7536 (patch) | |
tree | a3c6260c90838ad3c96a56b7390d7db22c222473 /Makefile | |
parent | 00bd27a1cc8eee6df626a7441cc548e82bf42c4c (diff) | |
download | bird-37299f1e442f5ca23fd9124d9645096c5a6f7536.tar bird-37299f1e442f5ca23fd9124d9645096c5a6f7536.zip |
OSPF was not able to be built stand-alone.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ objdir=obj -all depend tags install: +all depend tags install install-docs: $(MAKE) -C $(objdir) $@ docs userdocs progdocs: @@ -15,5 +15,6 @@ 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 |