From: Mika Lindqvist Date: Mon, 13 Feb 2017 16:07:39 +0000 (+0200) Subject: Makefile.in: Update rule to reset zconf.h.cmakein X-Git-Tag: 1.9.9-b1~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfa3e5d4418d2fe71409db3db75541bc3dabd12;p=thirdparty%2Fzlib-ng.git Makefile.in: Update rule to reset zconf.h.cmakein --- diff --git a/Makefile.in b/Makefile.in index 998a4306..c50e5126 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ distclean: clean @if [ -f zconf.h.in ]; then \ cp -p $(SRCDIR)/zconf.h.in zconf.h ; \ TEMPFILE=zconfh_$$ ; \ - echo "/#define ZCONF_H/ a\\\\\n#cmakedefine Z_HAVE_UNISTD_H\n" >> $$TEMPFILE &&\ + echo "/#define ZCONF_H/ a\\\n#cmakedefine Z_HAVE_UNISTD_H\\n#cmakedefine Z_HAVE_STDARG_H\n" >> $$TEMPFILE &&\ sed -f $$TEMPFILE $(SRCDIR)/zconf.h.in > zconf.h.cmakein &&\ touch -r $(SRCDIR)/zconf.h.in zconf.h.cmakein &&\ rm $$TEMPFILE ; fi