From f5c240a50b1fc83e138f85f5f4a87ffbea9c83c0 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 21 Feb 2011 12:46:34 +0000 Subject: [PATCH] build: Use all-am, not all as the gitignore target --- build/autotools/Makefile.am.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autotools/Makefile.am.gitignore b/build/autotools/Makefile.am.gitignore index 26fe561..e86755b 100644 --- a/build/autotools/Makefile.am.gitignore +++ b/build/autotools/Makefile.am.gitignore @@ -19,6 +19,6 @@ gitignore-clean: .PHONY: gitignore gitignore-clean -all: gitignore +all-am: gitignore maintainer-clean: gitignore-clean -- 2.7.4