diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2023-08-17 17:40:16 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-17 17:40:56 -0700 |
| commit | e13289e307524894164d40581f24860f35562485 (patch) | |
| tree | 5e3df0f2c6c0ff7d70c3a0640f24e39f7a4f4ba8 | |
| parent | f5ae600cc702553d8bc2f72828229a10e96cdba1 (diff) | |
| download | zlib-e13289e307524894164d40581f24860f35562485.tar.gz zlib-e13289e307524894164d40581f24860f35562485.tar.bz2 zlib-e13289e307524894164d40581f24860f35562485.zip | |
Fix typo in preceding reversion commit.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e5adb5b..e1991b3 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -297,7 +297,7 @@ example64$(EXE): example64.o $(STATICLIB) | |||
| 297 | $(CC) $(CFLAGS) -o $@ example64.o $(TEST_LDFLAGS) | 297 | $(CC) $(CFLAGS) -o $@ example64.o $(TEST_LDFLAGS) |
| 298 | 298 | ||
| 299 | minigzip64$(EXE): minigzip64.o $(STATICLIB) | 299 | minigzip64$(EXE): minigzip64.o $(STATICLIB) |
| 300 | $(CC) $(CFLAGS) -o $@) minigzip64.o $(TEST_LDFLAGS | 300 | $(CC) $(CFLAGS) -o $@ minigzip64.o $(TEST_LDFLAGS) |
| 301 | 301 | ||
| 302 | install-libs: $(LIBS) | 302 | install-libs: $(LIBS) |
| 303 | -@if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir -p $(DESTDIR)$(exec_prefix); fi | 303 | -@if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir -p $(DESTDIR)$(exec_prefix); fi |
