From 85083fea91f946128bc36f2df53f7ae47e0d5ab7 Mon Sep 17 00:00:00 2001 From: Kabir Oberai Date: Sun, 17 Nov 2024 19:48:35 -0500 Subject: [PATCH] Fix order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe96075..18675a2 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ export CFLAGS = $($(CURR_PLATFORM)_CFLAGS) $($(CURR_LIB)_CFLAGS) -fapplication-e export LDFLAGS = -fapplication-extension export PKG_CONFIG_PATH = $(SUPERLIBS_ARCH_PREFIX)/lib/pkgconfig -$(SUPERLIBS_ARCH_CONFIG_STAMP): $(SUPERLIBS_LIB_AUTOGEN_FILES) +$(SUPERLIBS_ARCH_CONFIG_STAMP): $(SUPERLIBS_LIB_AUTOGEN_STAMP) @rm -rf $@.tmp @mkdir -p $(dir $@) @touch $@.tmp