diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 13:54:59 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 13:54:59 +0000 |
commit | d8508f70b0325cd283bc1551c455cdc3aab011fe (patch) | |
tree | f3c4d499ce5a6b05720c4165556f125449a09d9a /tools/Makefile-top.in | |
parent | 93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 (diff) |
`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 415bc876..9e5049ef 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: |