From a8a4a7881d8130c9ea16f3964bec1bb47b24b334 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 18 Jul 2002 15:02:21 +0000 Subject: ignore config.h --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd2a25f..4e15af1 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ bindist: XXMakefile $(MAKE) -f XXMakefile bindist indent: - test -f config.h && mv -f config.h config.h- + -test -f config.h && mv -f config.h config.h- # indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.h indent -orig -nce -ncdb -i4 -di1 -nbc -l79 -ncs -npcs -nfca -ss \ -TAnchor -TAnchorList -TBuffer -TBufferPoint -TBreakpoint \ @@ -70,7 +70,7 @@ indent: -TURLOption -TURLFile \ -TVector \ *.c *.h w3mimg/*.c w3mimg/*.h w3mimg/*/*.c w3mimg/*/*.h - test -f config.h- && mv -f config.h- config.h + -test -f config.h- && mv -f config.h- config.h XXMakefile: XMakefile config.h awk '/^#ifdef makefile_parameter/,/^#else/' config.h | cat - XMakefile > XXMakefile -- cgit v1.2.3