mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed minor "make clean" bug
This commit is contained in:
parent
f9e2892484
commit
22c80ca757
@ -914,7 +914,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
|
||||
|
Loading…
Reference in New Issue
Block a user