12345678910111213 |
- $OpenBSD: patch-Makefile_in,v 1.1 2002/05/25 21:05:26 pvalchev Exp $
- --- Makefile.in.orig Mon Dec 20 22:48:27 1999
- +++ Makefile.in Sat May 25 14:55:52 2002
- @@ -75,7 +75,7 @@ PROGRAMS = $(bin_PROGRAMS)
- DEFS = @DEFS@ -I. -I$(srcdir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- -LIBS = @LIBS@
- +LIBS = @LIBS@ -lm
- newvox_SOURCES = newvox.c
- newvox_OBJECTS = newvox.o
- newvox_LDADD = $(LDADD)
|