diff options
author | ronny | 2002-06-19 15:14:59 +0000 |
---|---|---|
committer | ronny | 2002-06-19 15:14:59 +0000 |
commit | ea9dc795cd7d3a34be695ad8d30e29ccfd861746 (patch) | |
tree | cb75d4e9364143798210379bbb034afb982203ab /unix | |
parent | Removed trace command (diff) |
Build object files in main/Unix
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1126 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/make.sh b/unix/make.sh index 68575c8..348884c 100755 --- a/unix/make.sh +++ b/unix/make.sh @@ -3,7 +3,8 @@ 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 \ +(cd main/Unix; make ipc.o; make set_return_code_c.o) +$CLM -h 20M -nt -nw -ci -ns -nr -I ArgEnvUnix -I backend -I compiler -I main -I main/Unix -I WrapDebug \ -l ArgEnvUnix/ArgEnvC.o \ -l main/Unix/cDirectory.o \ -l main/Unix/set_return_code_c.o \ |