diff options
author | ronny | 2002-06-11 12:24:54 +0000 |
---|---|---|
committer | ronny | 2002-06-11 12:24:54 +0000 |
commit | 5bcfc9b3b35f2f63ab58672dd4de1b5f26f50490 (patch) | |
tree | ae6216ce79ae6c6eaacf560a7e968c15d3ce725f /unix | |
parent | Moved system dependent code from coclmain to CoclSystemDependent (diff) |
Build ArgEnvC.o before linking
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1092 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/make.sh b/unix/make.sh index 6961ef9..68575c8 100755 --- a/unix/make.sh +++ b/unix/make.sh @@ -2,6 +2,7 @@ CLM=clm (cd backendC/CleanCompilerSources; make) +(cd ArgEnvUnix; make ArgEnvC.o) $CLM -h 20M -nt -nw -ci -ns -I ArgEnvUnix -I backend -I compiler -I main -I main/Unix -I WrapDebug \ -l ArgEnvUnix/ArgEnvC.o \ -l main/Unix/cDirectory.o \ |