Skip to content

Commit

Permalink
Fix typo in preceding reversion commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Aug 18, 2023
1 parent f5ae600 commit e13289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13289e

Please sign in to comment.