mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibHTML: Add missing flock to Makefile (thanks jcs)
This commit is contained in:
parent
f5412f10cf
commit
19d4f4c7b5
Notes:
sideshowbarker
2024-07-19 10:34:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/19d4f4c7b54
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
Reference in a new issue