From: Niels Möller Date: Wed, 9 Jan 2002 15:00:58 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.5_release_20020131~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c2786a32fad2003fe4be28ec9288dfc9c7776d;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/testsuite/Makefile.am:1.16 --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 9a1d7d95..25304fd8 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -19,8 +19,8 @@ LDADD = testutils.o ../libnettle.a EXTRA_DIST = $(M4_FILES) macros.m4 testutils.c testutils.h \ run-tests rfc1750.txt -M4FLAGS = -P -s -# M4FLAGS = -P +# M4FLAGS = -P -s +M4FLAGS = -P $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4 $(M4) $(M4FLAGS) $^ > $@T test -s $@T && mv -f $@T $@