From eaeed7f0ff114a17b4e2af8568892a67f4058d25 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 15 Jul 2002 12:08:21 +0000 Subject: Revert previous delta, which is not required with rev 1.5 of src/contrib/gcc/c-format.c . --- bin/chmod/Makefile | 1 - bin/cp/Makefile | 1 - bin/rm/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 34203ff..71006d0 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= chmod -WFORMAT=0 .include diff --git a/bin/cp/Makefile b/bin/cp/Makefile index a1df392..9180efe 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -4,6 +4,5 @@ PROG= cp SRCS= cp.c utils.c CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -WFORMAT=0 .include diff --git a/bin/rm/Makefile b/bin/rm/Makefile index a63cabe..7b85cdf 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -3,7 +3,6 @@ PROG= rm SRCS= rm.c -WFORMAT=0 LINKS= ${BINDIR}/rm ${BINDIR}/unlink MLINKS= rm.1 unlink.1 -- cgit v1.1