8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Fixed minor "make clean" bug

(cherry picked from commit 7870a3b513)
This commit is contained in:
AlexPeshkoff 2023-10-10 19:43:43 +03:00
parent ea5e48d23e
commit 97e07d2d11

View File

@ -910,7 +910,7 @@ clean_gpre_gen:
-$(RM) -f `find $(TMP_ROOT)/ -type f -name '*.cpp' -print`
clean_yacc_gen:
$(RM) $(ROOT)/src/dsql/parse.cpp $(ROOT)/src/dsql/dsql.tab.h types.y y.*
$(RM) $(ROOT)/src/dsql/parse.cpp $(ROOT)/src/dsql/dsql.tab.h types.y y.* $(OBJ)/.parse-gen-sentinel
#___________________________________________________________________________
# Extra platform specific targets