Skip to content
Snippets Groups Projects
Commit e9c2786a authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/testsuite/Makefile.am:1.16
parent 109ccc49
Branches
Tags
Loading
...@@ -19,8 +19,8 @@ LDADD = testutils.o ../libnettle.a ...@@ -19,8 +19,8 @@ LDADD = testutils.o ../libnettle.a
EXTRA_DIST = $(M4_FILES) macros.m4 testutils.c testutils.h \ EXTRA_DIST = $(M4_FILES) macros.m4 testutils.c testutils.h \
run-tests rfc1750.txt run-tests rfc1750.txt
M4FLAGS = -P -s # M4FLAGS = -P -s
# M4FLAGS = -P M4FLAGS = -P
$(M4_FILES:.m4=.c): %.c: macros.m4 %.m4 $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4
$(M4) $(M4FLAGS) $^ > $@T $(M4) $(M4FLAGS) $^ > $@T
test -s $@T && mv -f $@T $@ test -s $@T && mv -f $@T $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment