From 1fd6b9aaf72613aaa86577abdd2d0b1518dc5f76 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 9 Jul 2000 05:22:51 +0000 Subject: Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro --- usr.bin/make/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 6f58f48..476b49d 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -40,8 +40,7 @@ #ifndef lint #include -__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved."); __RCSID("$FreeBSD$"); #endif /* not lint */ -- cgit v1.1