From caaf2b4b9a0e4a82ea9632ba2658c74a8eb7f715 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 31 Jul 1997 08:06:29 +0000 Subject: [PATCH] Consistently use tabs in the leading comments. Submitted by: bde (yes, I'm serious) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f60a13bc985b..2db2e4f1474b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.129 1997/06/08 14:03:23 jhay Exp $ +# $Id: Makefile,v 1.130 1997/06/08 15:04:06 jfieber Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -16,8 +16,8 @@ # -DNOSECURE do not go into secure subdir # -DNOGAMES do not go into games subdir # -DNOSHARE do not go into share subdir -# -DNOINFO do not make or install info files -# -DNOLIBC_R do not build libc_r. +# -DNOINFO do not make or install info files +# -DNOLIBC_R do not build libc_r. # LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list #