aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b584073..acda3b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -360,7 +360,7 @@ zconf: $(SRCDIR)zconf.h.in
360 cp -p $(SRCDIR)zconf.h.in zconf.h 360 cp -p $(SRCDIR)zconf.h.in zconf.h
361 361
362minizip-test: static 362minizip-test: static
363 cd contrib/minizip && { CFLAGS="$(CFLAGS)" $(MAKE) test ; cd ../.. ; } 363 cd contrib/minizip && { CC="$(CC)" CFLAGS="$(CFLAGS)" $(MAKE) test ; cd ../.. ; }
364 364
365minizip-clean: 365minizip-clean:
366 cd contrib/minizip && { $(MAKE) clean ; cd ../.. ; } 366 cd contrib/minizip && { $(MAKE) clean ; cd ../.. ; }