diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·10+0000 |
commit | e582ee67cd682c13667daccf33e8071189ef946c (patch) | |
tree | dda9e5e2843aef37a345157e4f4afcf1cf155d08 /pkg/aterm-2.0-build.sh | |
parent | 88d257b17f0f668798568d68e2d2063f31fe8a2f (diff) |
* Fetch sources from the network.
Diffstat (limited to 'pkg/aterm-2.0-build.sh')
-rwxr-xr-x | pkg/aterm-2.0-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/aterm-2.0-build.sh b/pkg/aterm-2.0-build.sh index 5d65b7878c1c..872e7aac89e9 100755 --- a/pkg/aterm-2.0-build.sh +++ b/pkg/aterm-2.0-build.sh @@ -1,6 +1,6 @@ #! /bin/sh -export PATH=$utils/bin +export PATH=$sys1/bin:$sys2/bin export LIBRARY_PATH=$glibc/lib export CC=$gcc/bin/gcc export CFLAGS="-isystem $glibc/include -isystem $kernel/include" |