summaryrefslogtreecommitdiff
path: root/Libraries
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-12-28 23:58:52 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-12-28 23:58:52 +0100
commit19d4f4c7b54c0de0e6d13122b05f29f4810782ac (patch)
treeb0eb7e6f41cd6c0daa319c27e4cfbb1a3398541e /Libraries
parentf5412f10cf1806f2de3f606151472944c7e225fe (diff)
downloadserenity-19d4f4c7b54c0de0e6d13122b05f29f4810782ac.zip
LibHTML: Add missing flock to Makefile (thanks jcs)
Diffstat (limited to 'Libraries')
-rw-r--r--Libraries/LibHTML/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibHTML/Makefile b/Libraries/LibHTML/Makefile
index 6d21f5b685..64f0d47324 100644
--- a/Libraries/LibHTML/Makefile
+++ b/Libraries/LibHTML/Makefile
@@ -90,7 +90,7 @@ CSS/PropertyID.cpp: CSS/Properties.json $(GENERATE_CSS_PROPERTYID_CPP)
ResourceLoader.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
- @$(MAKE) -C $(dir $(@))
+ @flock ../../Servers/ProtocolServer $(MAKE) -C $(dir $(@))
EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp