aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb')
-rw-r--r--meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
index ac8593cb67..4a1b4ce670 100644
--- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -22,9 +22,9 @@ DEPENDS = "linux-libc-headers ncurses"
EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}"
do_compile () {
- oe_runmake 'CC=${CC}'
+ oe_runmake 'CC=${CC}'
}
do_install() {
- oe_runmake install INSTALLDIR=${D}
+ oe_runmake install INSTALLDIR=${D}
}