Line 0
Link Here
|
|
|
1 |
--- Makefile.in.orig 2019-05-20 14:04:00 UTC |
2 |
+++ Makefile.in |
3 |
@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1 |
4 |
clean: |
5 |
rm -rf $(files_to_clean) |
6 |
|
7 |
-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@ |
8 |
-$(zlib_objs): CPPFLAGS += -include config.h |
9 |
-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@ |
10 |
- |
11 |
src/zlib/libz.a: $(zlib_objs) |
12 |
$(if $(quiet),@echo " AR $@") |
13 |
$(Q)$(AR) cr $@ $(zlib_objs) |