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

An attempt which seems to work to not lose cpp files generated from epp ones.

This commit is contained in:
asfernandes 2010-12-12 19:53:27 +00:00
parent adfdb00187
commit 4318920100

View File

@ -70,7 +70,7 @@ OBJ=$(TMP_ROOT)
GEN_SRC=$(OBJ)
# avoid generated cpp files deletion
.SECONDARY: $(OBJ)/%.cpp
.SECONDARY:
# This one is not so widely used at the momement.
# but I would like it to become so.