From 211253fcfd2aa8ba4024e0dce1f6055604671192 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 21 Jan 1997 18:16:02 +0000 Subject: [PATCH] Remove incorrect use of double-negative since it means the same thing to make but perhaps not to the human reading it. --- gnu/usr.bin/cc/cc_int/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index a28ff0c93d24..0bb7ca0bd1ec 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -18,8 +18,8 @@ SRCS= bc-emit.c bc-optab.c \ ${OUT_FILE} LIB= cc_int -NOPROFILE= no thanks -NOPIC= no thanks +NOPROFILE= YES +NOPIC= YES install: @true