archive: fix temp_fz_test_dir directory name

This commit is contained in:
Corentin Le Molgat
2018-06-28 11:36:21 +02:00
parent f41763869b
commit 8f1dd4ff6c

View File

@@ -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)