1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibHTML: Fix code generator dependencies for initial build

Fixes #796.
This commit is contained in:
Andreas Kling 2019-11-18 13:09:33 +01:00
parent c23addd1fb
commit 1309c45cc6
2 changed files with 2 additions and 5 deletions

View file

@ -6,5 +6,5 @@ all: $(LIBRARY)
include Makefile.shared
$(LIBRARY): $(LIBHTML_OBJS)
$(LIBRARY): $(GENERATED_SOURCES) $(LIBHTML_OBJS)
@echo "LIB $@"; $(AR) rcs $@ $(LIBHTML_OBJS)