From 5bcfc9b3b35f2f63ab58672dd4de1b5f26f50490 Mon Sep 17 00:00:00 2001 From: ronny Date: Tue, 11 Jun 2002 12:24:54 +0000 Subject: Build ArgEnvC.o before linking git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1092 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- unix/make.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3