AK: Always rebuild unit tests if AK headers change

This is a hack to avoid failing AK unit tests because it didn't even
try to rebuild.
This commit is contained in:
Andreas Kling 2019-11-06 19:14:34 +01:00
parent 2f16e31afc
commit 9a5e065229
Notes: sideshowbarker 2024-07-19 11:20:59 +09:00

View file

@ -14,7 +14,7 @@ SHARED_TEST_OBJS = \
../URL.o \
../Utf8View.o \
.cpp.o:
%.o: %.cpp ../*.h
@echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $<
define execute-command