mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
tests/Makefile.am: Switch away from GNU make rules
Avoid `'%'-style pattern rules are a GNU make extension` warnings.
This commit is contained in:
parent
df7e76fbe6
commit
ff26310437
@ -190,8 +190,16 @@ scale_clip_test_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
#===============================================================================
|
||||
# Autogen generated sources.
|
||||
|
||||
%.c : %.def %.tpl
|
||||
SUFFIXES = .def .tpl
|
||||
|
||||
.def.c:
|
||||
autogen --writable $<
|
||||
|
||||
%.h : %.def %.tpl
|
||||
.tpl.c:
|
||||
autogen --writable $<
|
||||
|
||||
.def.h:
|
||||
autogen --writable $<
|
||||
|
||||
.tpl.h:
|
||||
autogen --writable $<
|
||||
|
Loading…
Reference in New Issue
Block a user