From 53d631019fa3320d264eafa242e0da0e8396ff70 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Thu, 23 Jul 2020 18:11:10 +0300 Subject: [PATCH] Remove debug line from Makefile_raspberry --- JNI sources/linux/Makefile_raspberry | 1 - 1 file changed, 1 deletion(-) diff --git a/JNI sources/linux/Makefile_raspberry b/JNI sources/linux/Makefile_raspberry index f89ee4b..4d1c137 100644 --- a/JNI sources/linux/Makefile_raspberry +++ b/JNI sources/linux/Makefile_raspberry @@ -16,7 +16,6 @@ endif all: arm arm: - test $(JAVA_LIB_PATH) $(MKDIR_P) ./arm $(CC) -c -fPIC -I$(JAVA_LIB_PATH) -I"$(JAVA_LIB_PATH_LINUX)" smashlib.c -o smashlib_arm.o $(CC) ${CFLAGS} -shared -fPIC -o ./arm/${APP_NAME} smashlib_arm.o -lc