diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-07-05 12:23:39 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-07-05 12:23:39 +0000 |
| commit | 2938c2082d02a888e5dc14578d0d213b3b0f7972 (patch) | |
| tree | 62af2578f83547fbd4ecd5a632876cb6ea108cd3 /src | |
| parent | 1aff0ee08a2ff7e752e2fec4c915852e8b6438f6 (diff) | |
Set build variable in config.mk
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index 1a44f80c9..e8a8ab567 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -10,6 +10,7 @@ libdir = @libdir@ datadir = @datadir@ host = @host@ +build = @build@ GHCFLAGS = @GHCFLAGS@ CPPFLAGS = @CPPFLAGS@ |
