polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bd476fe
)
libobjc (gcc44): Don't build when NO_OBJC is set.
author
Sascha Wildner <saw@online.de>
Wed, 2 Sep 2009 13:17:55 +0000 (15:17 +0200)
committer
Sascha Wildner <saw@online.de>
Wed, 2 Sep 2009 13:17:55 +0000 (15:17 +0200)
Reported-by: Venkatesh Srinivas
gnu/lib/gcc44/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/gnu/lib/gcc44/Makefile
b/gnu/lib/gcc44/Makefile
index
374ea75
..
b36cb03
100644
(file)
--- a/
gnu/lib/gcc44/Makefile
+++ b/
gnu/lib/gcc44/Makefile
@@
-6,6
+6,8
@@
SUBDIR= csu libgcc libgcov
SUBDIR+= libsupc++ libstdc++
.endif
+.if !defined(NO_OBJC)
SUBDIR+= libobjc
+.endif
.include <bsd.subdir.mk>