Skip to content
Snippets Groups Projects
Commit 0a6522dd authored by Adrien Béraud's avatar Adrien Béraud Committed by Guillaume Roguez
Browse files

build: avoid usage of PHONY (GNU make only)


Was not working with the NDK tool chain

Issue: #78221
Change-Id: I7b8fd4eaebce410b41efe955b0fa800cf8319d4c
Signed-off-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent b3b0c68c
No related branches found
No related tags found
No related merge requests found
...@@ -170,4 +170,8 @@ nobase_include_HEADERS+= \ ...@@ -170,4 +170,8 @@ nobase_include_HEADERS+= \
dring/videomanager_interface.h dring/videomanager_interface.h
endif endif
.PHONY: buildinfo.cpp # Force buildinfo to be remade at each build
buildinfo.cpp: FORCE
@touch buildinfo.cpp
FORCE:;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment