From 3ec9d75905b5ba53bb14d44bf950e11a0836ae89 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Tue, 6 Jan 2009 14:50:18 +0000 Subject: [PATCH] J : * Add a deprecation message for 3xx. --- projects/mtg/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index a75e0130b..2943bdd53 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -60,6 +60,9 @@ debug: CXXFLAGS = -Wall -W -Werror -Wno-unused -DDEVHOOK -DPSPFW3XX -fno-excepti ifeq ($(TARGET_ARCHITECTURE),psp) include $(PSPSDK)/lib/build.mak +3xx: + @echo Rule 3xx is deprecated. Did you want to use just "make" ? + else