$NetBSD: patch-ak,v 1.3 1999/12/06 14:24:03 bouyer Exp $ --- src/Makefile.in.in.orig Sat Jun 20 02:58:42 1998 +++ src/Makefile.in.in Mon Dec 6 00:42:14 1999 @@ -52,8 +52,8 @@ RECURSIVE_MAKE=@RECURSIVE_MAKE@ c_switch_all=@c_switch_all@ -ld_switch_all=@ld_switch_all@ -ld_libs_all=@ld_libs_all@ +ld_switch_all=@ld_switch_all@ @LDFLAGS@ +ld_libs_all=@ld_libs_all@ @LIBOSSAUDIO@ ld_dynamic_link_flags=@ld_dynamic_link_flags@ extra_objs=@extra_objs@ @@ -133,9 +133,9 @@ #ifdef SOLARIS2 %.o : %.c -#else -.c.o: + $(CC) -c $(cflags) $< #endif +.c.o: $(CC) -c $(cflags) $< ## Create preprocessor output (debugging purposes only)