From: Mika Lindqvist Date: Fri, 29 Apr 2016 12:38:31 +0000 (+0300) Subject: Instruct make not to remove intermediate files. X-Git-Tag: 1.9.9-b1~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0462eebb9c0af771b61509fe8f243eadf753f45e;p=thirdparty%2Fzlib-ng.git Instruct make not to remove intermediate files. --- diff --git a/Makefile.in b/Makefile.in index dbcc2309e..ae7044d11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -87,6 +87,8 @@ all64: example64$(EXE) minigzip64$(EXE) check: test +.SECONDARY: + $(ARCHDIR)/%.o: $(SRCDIR)/$(ARCHDIR)/%.c $(MAKE) -C $(ARCHDIR) $(notdir $@)