mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
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:
parent
f96e5a2047
commit
beee21e5c2
@ -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 $<
|
||||
|
Loading…
Reference in New Issue
Block a user