diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-26 08:21:48 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-26 08:21:48 +0000 |
commit | 6a86b8a83be15a559fe9de573e79780d655a21ad (patch) | |
tree | 0de283f6d80a258618d4e065258e2d62900d4fcf /devel/cross-gdb/Makefile | |
parent | c79a80fdcd47ff2f8c034db8f5147d6df6c90556 (diff) |
- Fix dependency list generation.
Reported by: pav
Notes
Notes:
svn path=/head/; revision=194281
Diffstat (limited to 'devel/cross-gdb/Makefile')
-rw-r--r-- | devel/cross-gdb/Makefile | 1 |
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 |