Fix typo; NetBSD PR #2021
authortholo <tholo@openbsd.org>
Mon, 5 Feb 1996 16:57:57 +0000 (16:57 +0000)
committertholo <tholo@openbsd.org>
Mon, 5 Feb 1996 16:57:57 +0000 (16:57 +0000)
gnu/usr.bin/diff/Makefile

index 3e9fa37..77eca3c 100644 (file)
@@ -1,7 +1,7 @@
 #      $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $
 
 PROG=  diff
-SRCS=  diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \
+SRCS=  diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \
        regex.c side.c ifdef.c version.c getopt.c getopt1.c
 
 CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\"