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
|
||||
indir
|
||||
end
|
||||
name "LL(1) Parser generator"
|
||||
dir util/LLgen
|
||||
action "make firstinstall && make clean"
|
||||
end
|
||||
! name "LL(1) Parser generator"
|
||||
! dir util/LLgen
|
||||
! action "make firstinstall && make clean"
|
||||
! end
|
||||
name "C preprocessor"
|
||||
dir util/cpp
|
||||
end
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LLgen
|
||||
ack
|
||||
amisc
|
||||
arch
|
||||
|
|
Loading…
Reference in a new issue