[Pkg-wmaker-commits] [wmbiff] 14/16: use the non gnu-make form of the indent-a-c-file rule

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_13
in repository wmbiff.

commit 48eba5a9d628f00e87a50af59e53bbc907135cbf
Author: bluehal <bluehal>
Date:   Sat Jan 25 04:32:56 2003 +0000

    use the non gnu-make form of the indent-a-c-file rule
---
 wmbiff/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am
index 5346dc3..33333b9 100644
--- a/wmbiff/Makefile.am
+++ b/wmbiff/Makefile.am
@@ -38,7 +38,7 @@ indent:
 	indent -npro -kr -i4 -ts4 $(wmbiff_SOURCES) || true
 
 # to perform surgery on a few changed files.
-%.indent: %.c
+.c.indent:
 	indent -npro -kr -i4 -ts4 $< || true
 
 dist-hook-local: indent config-h-check

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list