From: Emmanuele Bassi Date: Mon, 21 Feb 2011 12:46:34 +0000 (+0000) Subject: build: Use all-am, not all as the gitignore target X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5c240a50b1fc83e138f85f5f4a87ffbea9c83c0;p=profile%2Fivi%2Fclutter.git build: Use all-am, not all as the gitignore target --- 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