diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 15:54:59 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 15:54:59 +0200 |
commit | d8508f70b0325cd283bc1551c455cdc3aab011fe (patch) | |
tree | f3c4d499ce5a6b05720c4165556f125449a09d9a /tools/Makefile-top.in | |
parent | 93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 (diff) | |
download | bird-d8508f70b0325cd283bc1551c455cdc3aab011fe.tar bird-d8508f70b0325cd283bc1551c455cdc3aab011fe.zip |
`make install' now works.
Diffstat (limited to 'tools/Makefile-top.in')
-rw-r--r-- | tools/Makefile-top.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 415bc87..9e5049e 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -3,7 +3,7 @@ objdir=@objdir@ -all depend tags docs userdocs progdocs: +all depend tags docs userdocs progdocs install: $(MAKE) -C $(objdir) $@ clean: |