aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 15:02:21 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 15:02:21 +0000
commita8a4a7881d8130c9ea16f3964bec1bb47b24b334 (patch)
treef55ca0f73f88a294f3cdda3d3ae0911984946f05
parentrcsid comment (diff)
downloadw3m-a8a4a7881d8130c9ea16f3964bec1bb47b24b334.tar.gz
w3m-a8a4a7881d8130c9ea16f3964bec1bb47b24b334.zip
ignore config.h
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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