From: Andre Noll Date: Mon, 18 May 2020 16:31:30 +0000 (+0200) Subject: build: Add $(LDFLAGS) to rule for oslfsck. X-Git-Tag: v0.2.0~8^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=3264f6adc8c15bef4ab19a9fc60ea5568fd3c1e4 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. --- 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 < $<