diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
commit | 61ad1ff58d4e7a8c21f05066d9a05aad2f84d291 (patch) | |
tree | d79afc6f54559041ce0988fbfe99e39fcac9d67c /targets/pseudo/toolchain | |
parent | 6e7d005c833f3480a0d24e30172cf3441e0e2f65 (diff) | |
download | src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.tar.gz src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.zip |
Renamed pkgs/ targets/
Notes
Notes:
svn path=/projects/bmake/; revision=275339
Diffstat (limited to 'targets/pseudo/toolchain')
-rw-r--r-- | targets/pseudo/toolchain/Makefile.depend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend index 4ea8d5879693..bb4bf7ec471a 100644 --- a/targets/pseudo/toolchain/Makefile.depend +++ b/targets/pseudo/toolchain/Makefile.depend @@ -10,10 +10,10 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS= usr.bin/xinstall .if ${MK_CLANG} == "yes" -DIRDEPS+= pkgs/pseudo/clang +DIRDEPS+= targets/pseudo/clang .endif .if ${MK_GCC} == "yes" -DIRDEPS+= pkgs/pseudo/gcc +DIRDEPS+= targets/pseudo/gcc .endif .include <dirdeps.mk> |