From 8f1dd4ff6cd51f04f7607f4d3d06a5278a994a02 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 28 Jun 2018 11:36:21 +0200 Subject: [PATCH] archive: fix temp_fz_test_dir directory name --- makefiles/Makefile.archive.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.archive.mk b/makefiles/Makefile.archive.mk index 688b50e8cd..e53b6df278 100644 --- a/makefiles/Makefile.archive.mk +++ b/makefiles/Makefile.archive.mk @@ -212,7 +212,7 @@ else endif cd temp$S$(INSTALL_DIR) && $(MAKE) test && cd ../.. && $(RENAME) lib2 lib && echo "archive test succeeded" || ( cd ../.. && $(RENAME) lib2 lib && echo "archive test failed" && exit 1) -TEMP_FZ_TEST_DIR = temp_test_fz +TEMP_FZ_TEST_DIR = temp_fz_test test_fz_archive: $(FZ_INSTALL_DIR)$(ARCHIVE_EXT) -$(DELREC) $(TEMP_FZ_TEST_DIR) $(MKDIR) $(TEMP_FZ_TEST_DIR)