diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 21:31:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 21:31:42 +0000 |
commit | a96138bccad2c74c0cb5fdaafc95a87036b6987f (patch) | |
tree | 83fdebca235a468d172d575e67bab4d536696704 | |
parent | 3ac328c6ad937bf90c1b3145cb84f324c9ec8c94 (diff) |
Formerly Makeconf.~5~
-rw-r--r-- | Makeconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ # This is the directory into which Hurd cross-building tools are placed hurdinst := /home/hm1/hurdinst +# This is the directory which serves as root for the Hurd. +hurdroot := /home/hm1/hurdroot + # Where to find various things for compilation: headers := $(hurdinst)/include startup := $(hurdinst)/lib/crt0.o |