From 110bbb2fdd9c981bd9de9df1c3bdf6e0597533ae Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Tue, 30 Jan 2024 20:47:40 +0100 Subject: [PATCH] Revert Makefile changes --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index a69f603f9..4a70ec2bd 100644 --- a/Makefile +++ b/Makefile @@ -178,9 +178,6 @@ endif DEP_HTTP := y DEP_CONSOLE := y DEP_ZLIB := y -ifeq ($(OS),lnx) - DEP_DATA := y -endif endif include $(PATH_INTERNAL_C)/libqb/build.mk