From fa1cccfb6a6534b28c03b3454271ed19c6dde449 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 17 Oct 2006 15:16:51 -0700 Subject: Set MAKEFLAGS to -r to suppress predefined rules --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dffe44c1..aaa2ff52 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ## ----------------------------------------------------------------------- ## -## Copyright 1998-2005 H. Peter Anvin - All Rights Reserved +## Copyright 1998-2006 H. Peter Anvin - All Rights Reserved ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -14,6 +14,9 @@ # Main Makefile for SYSLINUX # +# No builtin rules +MAKEFLAGS = -r + OSTYPE = $(shell uname -msr) CC = gcc INCLUDE = -- cgit v1.2.3