commit aa33bff0ffdcedcbabb40ef64a76003e8ae63ade
parent 39b597efb130722d949c68a223d2629dc59b9155
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 13 Jul 2023 17:15:10 +0200
Minor adjustment to Makefile s3d-local.pc target
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -62,7 +62,7 @@ $(LIBNAME_STATIC): $(OBJ)
echo "rsys $(RSYS_VERSION) not found" >&2; exit 1; fi
@if ! $(PKG_CONFIG) --atleast-version $(EMBREE_VERSION) embree4; then\
echo "embree $(EMBREE_VERSION) not found" >&2; exit 1; fi
- @echo "config done" > .config
+ @echo "config done" > $@
.SUFFIXES: .c .d .o
.c.d: