d0a792314e
TCP time-sequence plots. This is a development version with new features that has not undergone extensive testing.
13 lines
342 B
Text
13 lines
342 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/08/16 18:11:40 gdt Exp $
|
|
|
|
--- Makefile.in.orig Thu May 4 23:04:20 2000
|
|
+++ Makefile.in Sat Sep 27 14:00:42 2003
|
|
@@ -62,7 +62,7 @@
|
|
all: ${PROG}
|
|
|
|
${PROG}: ${OFILES}
|
|
- ${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS}
|
|
+ ${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS} ${LDFLAGS}
|
|
-mv -f $@ $@.old
|
|
mv -f $@.new $@
|
|
|