diff options
-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 |