summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-06-26 08:21:48 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-06-26 08:21:48 +0000
commit6a86b8a83be15a559fe9de573e79780d655a21ad (patch)
tree0de283f6d80a258618d4e065258e2d62900d4fcf /devel
parentUpdate to 0.91. (diff)
- Fix dependency list generation.
Reported by: pav
Notes
Notes: svn path=/head/; revision=194281
Diffstat (limited to 'devel')
-rw-r--r--devel/cross-gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cross-gdb/Makefile b/devel/cross-gdb/Makefile
index 0cd59bd14452..c44905c688f7 100644
--- a/devel/cross-gdb/Makefile
+++ b/devel/cross-gdb/Makefile
@@ -57,6 +57,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20070306.diff
.if !defined(TGTARCH) || !defined(TGTABI)
PKGNAMEPREFIX= #empty
+OURTARGET= cross # to generate correct dependency list
IGNORE= you should select ARCH and ABI to build port
.endif