]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Instruct make not to remove intermediate files.
authorMika Lindqvist <postmaster@raasu.org>
Fri, 29 Apr 2016 12:38:31 +0000 (15:38 +0300)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 31 Jan 2017 09:54:17 +0000 (10:54 +0100)
Makefile.in

index dbcc2309ef7f61269455a44588e38e965a336e04..ae7044d11281c5093fadb852c3b6599c483f0ef6 100644 (file)
@@ -87,6 +87,8 @@ all64: example64$(EXE) minigzip64$(EXE)
 
 check: test
 
+.SECONDARY:
+
 $(ARCHDIR)/%.o: $(SRCDIR)/$(ARCHDIR)/%.c
        $(MAKE) -C $(ARCHDIR) $(notdir $@)