Revert "tests/Makefile.am: Switch away from GNU make rules"

This reverts commit ff26310437.

The GNU make rules actually work. The old style suffix rules do not.
This commit is contained in:
Erik de Castro Lopo 2017-08-10 20:20:17 +10:00
parent f96e5a2047
commit beee21e5c2

View File

@ -189,17 +189,10 @@ scale_clip_test_LDADD = $(top_builddir)/src/libsndfile.la
#===============================================================================
# Autogen generated sources.
# These GNU style rules actually work. The old style suffix rules do not.
SUFFIXES = .def .tpl
.def.c:
%.c : %.def %.tpl
autogen --writable $<
.tpl.c:
autogen --writable $<
.def.h:
autogen --writable $<
.tpl.h:
%.h : %.def %.tpl
autogen --writable $<