* Add a deprecation message for 3xx.
This commit is contained in:
jean.chalard
2009-01-06 14:50:18 +00:00
parent a7cb5559d3
commit 3ec9d75905

View File

@@ -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