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:
Meep-Eep
2008-08-23 14:42:29 +00:00
parent ce4aaa18d7
commit 1db1146a85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Definitions for build tools for the makefile used by the UQM build system. # Definitions for build tools for the makefile used by the UQM build system.
# This file defines the build commands for ARM tools. # This file defines the build commands for ARM tools.
include buildtools-generic include build/unix/make/buildtools-generic
define act_mkdep_c define act_mkdep_c
$(MKDEP_C) $(CFLAGS) -o "$(@D)/$(<F).o" "$<" --depend "$@" $(MKDEP_C) $(CFLAGS) -o "$(@D)/$(<F).o" "$<" --depend "$@"
+1 -1
View File
@@ -1,7 +1,7 @@
# Definitions for build tools for the makefile used by the UQM build system. # Definitions for build tools for the makefile used by the UQM build system.
# This file defines the build commands for Nokia CodeWarrior tools. # This file defines the build commands for Nokia CodeWarrior tools.
include buildtools-generic include build/unix/make/buildtools-generic
define act_mkdep_c define act_mkdep_c
$(MKDEP_C) $(CFLAGS) "$<" -o "$@.tmp" $(MKDEP_C) $(CFLAGS) "$<" -o "$@.tmp"