Repository: trafodion Updated Branches: refs/heads/master c702b48ad -> e996d3496
fixed a negligible error when compile without setting QT_TOOLKIT Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/f8acc2f5 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/f8acc2f5 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/f8acc2f5 Branch: refs/heads/master Commit: f8acc2f5d8a12d25c7d063393cb79c1b2098b3f2 Parents: f06ea68 Author: Kenny <[email protected]> Authored: Fri Jan 19 08:05:45 2018 +0000 Committer: Kenny <[email protected]> Committed: Fri Jan 19 08:05:45 2018 +0000 ---------------------------------------------------------------------- core/sql/nskgmake/SqlCompilerDebugger/Makefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/f8acc2f5/core/sql/nskgmake/SqlCompilerDebugger/Makefile ---------------------------------------------------------------------- diff --git a/core/sql/nskgmake/SqlCompilerDebugger/Makefile b/core/sql/nskgmake/SqlCompilerDebugger/Makefile index 2d49b72..5e67005 100644 --- a/core/sql/nskgmake/SqlCompilerDebugger/Makefile +++ b/core/sql/nskgmake/SqlCompilerDebugger/Makefile @@ -38,7 +38,9 @@ $(CMPGUI_FINAL) : cmpdbg_qt_build # optional component, ignore cp return code cmpdbg_qt_build : cd ../$(basename $(CMPGUI_OBJ)) && . ./mk.sh +ifneq ($(QT_TOOLKIT),"") -cp -f ../$(basename $(CMPGUI_OBJ))/$(LIBPREFIX)$(notdir $(obj)) $(CMPGUI_FINAL) +endif #when clean, this clean first
