Relative paths are resolved from the current working dir.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3052 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Definitions for build tools for the makefile used by the UQM build system.
|
||||
# This file defines the build commands for ARM tools.
|
||||
|
||||
include buildtools-generic
|
||||
include build/unix/make/buildtools-generic
|
||||
|
||||
define act_mkdep_c
|
||||
$(MKDEP_C) $(CFLAGS) -o "$(@D)/$(<F).o" "$<" --depend "$@"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Definitions for build tools for the makefile used by the UQM build system.
|
||||
# This file defines the build commands for Nokia CodeWarrior tools.
|
||||
|
||||
include buildtools-generic
|
||||
include build/unix/make/buildtools-generic
|
||||
|
||||
define act_mkdep_c
|
||||
$(MKDEP_C) $(CFLAGS) "$<" -o "$@.tmp"
|
||||
|
||||
Reference in New Issue
Block a user