mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
LibHTML: Add missing flock to Makefile (thanks jcs)
This commit is contained in:
parent
f5412f10cf
commit
19d4f4c7b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue