diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-27 16:31:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-27 16:51:56 +0200 |
commit | c16bc826379b2e70fe517d608055ef167c5a5c9e (patch) | |
tree | 7649d65d2c0ecfe7fb048baef56b316c5b47a14e /postprocess | |
parent | 7b348b9f67ca1138857c34da5b67b479c64a4901 (diff) |
s/interpreters/scripting/
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index ae463cc28951..2e850578f20e 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -177,7 +177,7 @@ my_components += \ .ENDIF -.IF "$(DISABLE_INTERPRETERS)" != "TRUE" +.IF "$(DISABLE_SCRIPTING)" != "TRUE" my_components += \ component/basctl/util/basctl \ |