summaryrefslogtreecommitdiff
path: root/devel/ccache/files/extra-patch-Makefile.in
blob: 458f388c93edec7f1c080ff639a8144a51d12ed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	2019-05-20 14:04:00 UTC
+++ Makefile.in
@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1
 clean:
 	rm -rf $(files_to_clean)
 
-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
-$(zlib_objs): CPPFLAGS += -include config.h
-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
-
 src/zlib/libz.a: $(zlib_objs)
 	$(if $(quiet),@echo "  AR       $@")
 	$(Q)$(AR) cr $@ $(zlib_objs)