From 3264f6adc8c15bef4ab19a9fc60ea5568fd3c1e4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 18 May 2020 18:31:30 +0200 Subject: [PATCH] build: Add $(LDFLAGS) to rule for oslfsck. This allows for example to specify an additional -L option if lopsub is not installed at a standard location. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61ac1dc..db345b4 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ endif fsck.o: oslfsck.lsg.h oslfsck: $(fsck_objects) - $(CC) -o $@ $(fsck_objects) -llopsub + $(CC) -o $@ $(fsck_objects) $(LDFLAGS) -llopsub %.lsg.c: %.suite lopsubgen --gen-c < $< -- 2.39.2