replace gnumake syntax for nasm build rule with more generic one
This commit is contained in:
parent
e81b19588c
commit
a64aed6ba8
@ -17,7 +17,8 @@
|
||||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
# nasm build rule:
|
||||
%.lo: %.s
|
||||
SUFFIXES = .s .lo
|
||||
.s.lo:
|
||||
$(NASM) -f elf -d ELF $< -o $@
|
||||
|
||||
noinst_LTLIBRARIES = libFLAC-asm.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user