summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 10:45:16 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 10:45:16 +0100
commit058a70a16e4a1172c0eadacb564ee864c5b61ae7 (patch)
treed98a266e436df1f60fbff0825b48fb984fd4bdc7 /include/lib.sh
parente1c2525783d5ed65d1ab909102a64cb1ecf27ad6 (diff)
pcsx-redux: check dry build in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh
index 74b75283..c8b07b60 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -8,7 +8,7 @@
cbfstool="elf/coreboot/default/cbfstool"
rmodtool="elf/coreboot/default/rmodtool"
-build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase" # macro!
+build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase"
newvar()
{