# | Line 1 | Line 1 | |
---|---|---|
1 | # Makefile.in for Frodo (generic Unix/X11) | |
2 | ||
3 | – | ## Version information |
4 | – | VERSION = 4 |
5 | – | REVISION = 3 |
6 | – | |
3 | ## System specific configuration | |
4 | @SET_MAKE@ | |
5 | SHELL = /bin/sh | |
# | Line 11 | Line 7 | SHELL = /bin/sh | |
7 | prefix = @prefix@ | |
8 | exec_prefix = @exec_prefix@ | |
9 | bindir = @bindir@ | |
10 | + | datarootdir = @datarootdir@ |
11 | datadir = @datadir@ | |
12 | ||
13 | DESTDIR = |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |