diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 22:13:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 22:13:11 +0000 |
commit | 835fc3fbccd3337f6488deef4beb05541aab47a1 (patch) | |
tree | c88910c36e9ca66706d47025f9625131ef6d4560 /Makeconf | |
parent | e134b714b6acb56586e9b4fe030aa44e272e8647 (diff) |
2002-06-11 Roland McGrath <roland@frob.com>
* Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64.
(hurd-version): Update to 0.3 so as to change sonames.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ all: # What version of the Hurd is this? -hurd-version := 0.2 +hurd-version := 0.3 # Figure out how to locate the parent directory from here. ifeq (.,$(dir)) |