commit 1ea55be296262d86c55ed841f230e150b3969870
parent e92f783b7ff069644309d7e36bee95c37867a635
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 19 Oct 2023 11:12:22 +0200
Correction of typographical problems in the Makefile
Use of tabs and spaces according to expected source formatting.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -52,11 +52,11 @@ libs3dstl.o: $(OBJ)
.config: config.mk
@if ! $(PKG_CONFIG) --atleast-version $(RSYS_VERSION) rsys; then\
- echo "rsys $(RSYS_VERSION) not found" >&2; exit 1; fi
+ echo "rsys $(RSYS_VERSION) not found" >&2; exit 1; fi
@if ! $(PKG_CONFIG) --atleast-version $(S3D_VERSION) s3d; then\
- echo "s3d $(S3D_VERSION) not found" >&2; exit 1; fi
+ echo "s3d $(S3D_VERSION) not found" >&2; exit 1; fi
@if ! $(PKG_CONFIG) --atleast-version $(SSTL_VERSION) sstl; then\
- echo "sstl $(SSTL_VERSION) not found" >&2; exit 1; fi
+ echo "sstl $(SSTL_VERSION) not found" >&2; exit 1; fi
@echo "config done" > $@
.SUFFIXES: .c .d .o