diff --git a/JGE/Makefile b/JGE/Makefile index 75a651821..388f12039 100644 --- a/JGE/Makefile +++ b/JGE/Makefile @@ -123,7 +123,7 @@ clean: endif Makefile.psp: - @echo > $@ + echo #foo > $@ Makefile.linux: $(CXX) -o /dev/null src/testfeatures.c -L$(LIBDIR) -lfmod-3.75 > /dev/null 2>&1 ; if [ "0" = "$$?" ]; then echo 'FMOD=-DWITH_FMOD'; else echo 'FMOD=-DWITHOUT_FMOD'; fi > $@