diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 59e0007b8..d2e240a21 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -subdirs="compiler/cpp lib/cpp lib/py" +subdirs="compiler/cpp lib/cpp lib/py if" ./cleanup.sh echo "SUBDIRS = ${subdirs}" > Makefile.am |