X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=e3b9099808300617a8efb6641305492cd8579fb7;hp=0998f586e2cfe3fd343d3f0c4dc8adaf7f1e8377;hb=857275a93c8e222bc800999f08d4b42e327f4c1b;hpb=47a8e01c397c8852e00c202e3f2815bb7b5a364a diff --git a/Makefile b/Makefile index 0998f586..e3b90998 100644 --- a/Makefile +++ b/Makefile @@ -290,6 +290,12 @@ endif .PHONY: all clean target_ plugins_ clean_plugins FORCE +ifneq "$(PLATFORM)" "pandora" +ifdef CPATH +$(warning warning: CPATH is defined) +endif +endif + # ----------- release ----------- VER ?= $(shell git describe HEAD)