Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/dc Remove getopt{, 1}.c from sources. Use NetBSD...
details: https://anonhg.NetBSD.org/src/rev/819d1c528a3c
branches: trunk
changeset: 502052:819d1c528a3c
user: phil <phil%NetBSD.org@localhost>
date: Thu Jan 11 01:49:47 2001 +0000
description:
Remove getopt{,1}.c from sources. Use NetBSD's versions.
diffstat:
gnu/usr.bin/dc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 75d9e11c1ed7 -r 819d1c528a3c gnu/usr.bin/dc/Makefile
--- a/gnu/usr.bin/dc/Makefile Thu Jan 11 01:48:00 2001 +0000
+++ b/gnu/usr.bin/dc/Makefile Thu Jan 11 01:49:47 2001 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 1999/02/11 16:22:44 tv Exp $
+# $NetBSD: Makefile,v 1.8 2001/01/11 01:49:47 phil Exp $
PROG= dc
SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \
- number.c getopt.c getopt1.c
+ number.c
CPPFLAGS+= -D_POSIX_SOURCE -I. -I${.CURDIR}/../bc \
-I${DIST}/bc/dc -I${DIST}/bc/h
Home |
Main Index |
Thread Index |
Old Index