From 0481e8e464ad2bf770361d8f586b0cc5a0c2d4dc Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 26 Sep 2007 18:23:21 +0000 Subject: Make 'you must use GNU make' rule fail git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@413 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2227eb5c..7f946702 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,11 @@ # GNU Make uses a make file named "GNUmakefile" in preference to "Makefile" # if it exists. Netpbm is shipped with a "GNUmakefile". +default: all + all merge install clean dep: @echo "You must use GNU Make to build Netpbm. You are running some " @echo "other Make. GNU Make may be installed on your system with " @echo "the name 'gmake'. If not, see http://www.gnu.org/software ." @echo + false -- cgit 1.4.1