summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorcjep <cjep>2004-05-07 15:25:13 +0000
committercjep <cjep>2004-05-07 15:25:13 +0000
commit63358e80e7ad2f23b37b0c045f3532083d978aba (patch)
tree2576cc6bcf81ba303f2953a42a62a6ed383ae494 /lang/gcc3
parent1c28c686de46f969d71c9d3f2acb1a84b743c04c (diff)
downloadpkgsrc-63358e80e7ad2f23b37b0c045f3532083d978aba.tar.gz
whitespace nits
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common
index b34d6897576..3020f7adc14 100644
--- a/lang/gcc3/Makefile.common
+++ b/lang/gcc3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/04/24 22:10:14 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/05/07 15:25:13 cjep Exp $
GCC_VERSION= 3.3.3
DISTNAME= gcc-${GCC_VERSION}
@@ -45,7 +45,7 @@ INFO_DIR= ${GCC_SUBPREFIX}/info
# These come from $WRKSRC/Makefile.in
ALL_GCC= all-gcc
-ALL_GCC_C= $$(ALL_GCC) all-target-newlib all-target-libgloss
+ALL_GCC_C= $$(ALL_GCC) all-target-newlib all-target-libgloss
ALL_GCC_CXX= $$(ALL_GCC_C) all-target-libstdc++-v3
# Support threads and building of crt*.o on post-1.6 -current.