From f9d2dcb56a9b347146a131817ae80e8e580d70a7 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Fri, 29 Nov 2019 20:03:56 +0300 Subject: [PATCH] Added cloop-generated file to clean target --- builds/posix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/posix/Makefile.in b/builds/posix/Makefile.in index c34bca0b7e..d8ce881eb7 100644 --- a/builds/posix/Makefile.in +++ b/builds/posix/Makefile.in @@ -712,7 +712,7 @@ clean_vers: $(RM) *.vers clean_misc: - $(RM) ods.txt odstest* security.tmp test.header.txt + $(RM) ods.txt odstest* security.tmp test.header.txt $(API_PAS_FILE) ifeq ($(EDITLINE_FLG),Y) ifeq ($(STD_EDITLINE),false)