projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Eliminate USEGNUDIR and instead allow the target directory to be
[dragonfly.git]
/
gnu
/
lib
/
gcc34
/
Makefile.inc
1
# $DragonFly: src/gnu/lib/gcc34/Makefile.inc,v 1.2 2005/07/28 19:19:47 joerg Exp $
2
3
TOP_PREFIX= ../../../usr.bin/cc34/cc_tools
4
CCVER=gcc34
5
6
TARGET_LIBDIR?= ${LIBDIR}/gcc34
7
TARGET_SHLIBDIR?= ${SHLIBDIR}/gcc34
8
9
.include "../../usr.bin/cc34/Makefile.inc"