aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 1a1f0d8..3413266 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,8 +91,8 @@ teststatic: static
91 echo ' *** zlib test OK ***'; \ 91 echo ' *** zlib test OK ***'; \
92 else \ 92 else \
93 echo ' *** zlib test FAILED ***'; false; \ 93 echo ' *** zlib test FAILED ***'; false; \
94 fi; \ 94 fi
95 rm -f $$TMPST 95 @rm -f tmpst_$$
96 96
97testshared: shared 97testshared: shared
98 @LD_LIBRARY_PATH=`pwd`:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \ 98 @LD_LIBRARY_PATH=`pwd`:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \
@@ -104,8 +104,8 @@ testshared: shared
104 echo ' *** zlib shared test OK ***'; \ 104 echo ' *** zlib shared test OK ***'; \
105 else \ 105 else \
106 echo ' *** zlib shared test FAILED ***'; false; \ 106 echo ' *** zlib shared test FAILED ***'; false; \
107 fi; \ 107 fi
108 rm -f $$TMPSH 108 @rm -f tmpsh_$$
109 109
110test64: all64 110test64: all64
111 @TMP64=tmp64_$$; \ 111 @TMP64=tmp64_$$; \
@@ -113,8 +113,8 @@ test64: all64
113 echo ' *** zlib 64-bit test OK ***'; \ 113 echo ' *** zlib 64-bit test OK ***'; \
114 else \ 114 else \
115 echo ' *** zlib 64-bit test FAILED ***'; false; \ 115 echo ' *** zlib 64-bit test FAILED ***'; false; \
116 fi; \ 116 fi
117 rm -f $$TMP64 117 @rm -f tmp64_$$
118 118
119infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h 119infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h
120 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/infcover.c 120 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/infcover.c