replace gnumake syntax for nasm build rule with more generic one

This commit is contained in:
Josh Coalson 2001-06-11 19:20:13 +00:00
parent e81b19588c
commit a64aed6ba8

View File

@ -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