From 19e0249a8ab30a566e828a37c1be65c1e2ea6c4b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Mar 2026 04:36:29 +0000 Subject: spkmodemrecv makefile: add -c to install a bit pedantic. but that's my intention. for backwards compatibility with older systems. this flag means: create the directory. on modern versions on all systems, it's the default behaviour. Signed-off-by: Leah Rowe --- util/spkmodem_recv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/spkmodem_recv') diff --git a/util/spkmodem_recv/Makefile b/util/spkmodem_recv/Makefile index 95683df2..293d7475 100644 --- a/util/spkmodem_recv/Makefile +++ b/util/spkmodem_recv/Makefile @@ -17,7 +17,7 @@ $(PROG): spkmodem-recv.c install: $(PROG) mkdir -p $(DESTDIR)$(PREFIX)/bin/ - install $(PROG) $(DESTDIR)$(PREFIX)/bin/ + install -c $(PROG) $(DESTDIR)$(PREFIX)/bin/ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/$(PROG) -- cgit v1.2.1