diff --git a/Makefile b/Makefile index 78f43ee735682bb7ce238b88abd860759049e37c..ba21f1369426df1d8833b642428ed08428798919 100644 --- a/Makefile +++ b/Makefile @@ -2525,7 +2525,7 @@ endif $(MKDIR) -p $(CLIENT_DIR) #Workaround to avoid "argument list too long" in Cygwin $(file >file_list_to_archive.tmp) - $(foreach f,$(DISTRIB_FILES), \ + $(foreach f,$(DISTRIB_FILES) $(DISTRIB_TESTS), \ $(file >>file_list_to_archive.tmp,$(subst @, ,$(f)))) $(TAR) -cf - --files-from file_list_to_archive.tmp | $(TAR) -C $(CLIENT_DIR) -xf - $(RM) file_list_to_archive.tmp