Modified to no longer build LLgen, as it is now distributed seperately.
This commit is contained in:
parent
87e91b4766
commit
57084134e5
8
Action
8
Action
|
@ -30,10 +30,10 @@ name "Modules"
|
||||||
dir modules/src
|
dir modules/src
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
name "LL(1) Parser generator"
|
! name "LL(1) Parser generator"
|
||||||
dir util/LLgen
|
! dir util/LLgen
|
||||||
action "make firstinstall && make clean"
|
! action "make firstinstall && make clean"
|
||||||
end
|
! end
|
||||||
name "C preprocessor"
|
name "C preprocessor"
|
||||||
dir util/cpp
|
dir util/cpp
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
LLgen
|
|
||||||
ack
|
ack
|
||||||
amisc
|
amisc
|
||||||
arch
|
arch
|
||||||
|
|
Loading…
Reference in a new issue