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/Rules.in | |
parent | 93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 (diff) |
`make install' now works.
Diffstat (limited to 'tools/Rules.in')
-rw-r--r-- | tools/Rules.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Rules.in b/tools/Rules.in index 6e786266..92dadcf7 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -29,6 +29,15 @@ M4=@M4@ BISON=@BISON@ FLEX=@FLEX@ RANLIB=@RANLIB@ +INSTALL=@INSTALL@ +INSTALL_PROGRAM=@INSTALL_PROGRAM@ +INSTALL_DATA=@INSTALL_DATA@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +bindir=@bindir@ +sbindir=@sbindir@ +sysconfdir=@sysconfdir@ ifdef source |