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

Object files are in temp dir now

This commit is contained in:
aafemt 2003-08-22 10:29:35 +00:00
parent 1b03d3dc63
commit 264bdfe7c6

View File

@ -26,7 +26,7 @@
# Contributor(s):
#
#
# $Id: make.rules,v 1.19 2003-07-08 01:05:22 brodsom Exp $
# $Id: make.rules,v 1.20 2003-08-22 10:29:35 aafemt Exp $
#
#____________________________________________________________________________
@ -209,7 +209,7 @@ $(OBJ)/%.o: $(SRC_ROOT)/%.cpp
$(CXX) $(CXXFLAGS) -c $(firstword $<) -o $@
@$(move-dep)
$(GEN_ROOT)/%.o: $(SRC_ROOT)/%.cpp
$(TMP_ROOT)/%.o: $(SRC_ROOT)/%.cpp
$(CXX) $(CXXFLAGS) -c $(firstword $<) -o $@
@$(move-dep)