diff options
author | Martin Mares <mj@ucw.cz> | 1999-10-31 16:43:44 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-10-31 16:43:44 +0100 |
commit | b9672a845f7ff7d2441e21746566eacc51f274b7 (patch) | |
tree | bb2fad2a4b30083234474698c4ef935c2c0548fc /tools | |
parent | 7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4 (diff) | |
download | bird-b9672a845f7ff7d2441e21746566eacc51f274b7.tar bird-b9672a845f7ff7d2441e21746566eacc51f274b7.zip |
The CLI I/O functions work as desired.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 337c1b4..bbf4db0 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -32,7 +32,7 @@ tags: clean: find . -name "*.[oa]" -or -name core -or -name depend | xargs rm -f - rm -f $(exedir)/bird $(exedir)/birdc .dep-stamp + rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl .dep-stamp distclean: clean rm -f config.* configure sysdep/autoconf.h Makefile Rules |