From 48a26682394be11e7ab80dda892a9b505e48e6c9 Mon Sep 17 00:00:00 2001 From: jacereda Date: Tue, 28 Sep 2021 05:39:38 +0200 Subject: [PATCH] Fix bad dependency (#276) --- third_party/quickjs/quickjs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/quickjs/quickjs.mk b/third_party/quickjs/quickjs.mk index 4537d7407..8c1d7fa30 100644 --- a/third_party/quickjs/quickjs.mk +++ b/third_party/quickjs/quickjs.mk @@ -139,7 +139,7 @@ o/$(MODE)/third_party/quickjs/qjscalc.c: \ o/$(MODE)/third_party/quickjs/repl.c: \ third_party/quickjs/repl.js \ - o/$(MODE)/third_party/quickjs/qjsc.com + o/$(MODE)/third_party/quickjs/qjsc o/$(MODE)/third_party/quickjs/qjsc -o $@ -m -c $< o/$(MODE)/third_party/quickjs/qjs.com.dbg: \