From e13289e307524894164d40581f24860f35562485 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 17 Aug 2023 17:40:16 -0700 Subject: [PATCH] Fix typo in preceding reversion commit. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e5adb5b8..e1991b39 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,7 +297,7 @@ example64$(EXE): example64.o $(STATICLIB) $(CC) $(CFLAGS) -o $@ example64.o $(TEST_LDFLAGS) minigzip64$(EXE): minigzip64.o $(STATICLIB) - $(CC) $(CFLAGS) -o $@) minigzip64.o $(TEST_LDFLAGS + $(CC) $(CFLAGS) -o $@ minigzip64.o $(TEST_LDFLAGS) install-libs: $(LIBS) -@if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir -p $(DESTDIR)$(exec_prefix); fi