diff options
| author | Vemake <vemake@vemake.com> | 2019-03-29 19:55:43 +0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-28 17:44:36 -0800 |
| commit | 605187f2353c8f8b2dca58700e47728cff2c876f (patch) | |
| tree | 8756e5908a01a6b16996224938a0b6486e0ef5bf | |
| parent | 55551fe34e04c2768ceb3876c267059ae1838207 (diff) | |
| download | zlib-605187f2353c8f8b2dca58700e47728cff2c876f.tar.gz zlib-605187f2353c8f8b2dca58700e47728cff2c876f.tar.bz2 zlib-605187f2353c8f8b2dca58700e47728cff2c876f.zip | |
Fix missing dependencies in Makefile.in.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d9de5630..db86fb27 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -115,7 +115,7 @@ test64: all64 | |||
| 115 | fi | 115 | fi |
| 116 | @rm -f tmp64_$$ | 116 | @rm -f tmp64_$$ |
| 117 | 117 | ||
| 118 | infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h | 118 | infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h $(SRCDIR)inflate.h $(SRCDIR)inftrees.h |
| 119 | $(CC) $(CFLAGS) $(ZINCOUT) -c -coverage -o $@ $(SRCDIR)test/infcover.c | 119 | $(CC) $(CFLAGS) $(ZINCOUT) -c -coverage -o $@ $(SRCDIR)test/infcover.c |
| 120 | 120 | ||
| 121 | infcover: infcover.o libz.a | 121 | infcover: infcover.o libz.a |
| @@ -289,7 +289,7 @@ gzwrite.lo: $(SRCDIR)gzwrite.c | |||
| 289 | -@mv objs/gzwrite.o $@ | 289 | -@mv objs/gzwrite.o $@ |
| 290 | 290 | ||
| 291 | 291 | ||
| 292 | placebo $(SHAREDLIBV): $(PIC_OBJS) libz.a | 292 | placebo $(SHAREDLIBV): $(PIC_OBJS) libz.a $(SRCDIR)zlib.map |
| 293 | $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS) | 293 | $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS) |
| 294 | rm -f $(SHAREDLIB) $(SHAREDLIBM) | 294 | rm -f $(SHAREDLIB) $(SHAREDLIBM) |
| 295 | ln -s $@ $(SHAREDLIB) | 295 | ln -s $@ $(SHAREDLIB) |
