summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-05-07 15:25:13 +0000
committercjep <cjep@pkgsrc.org>2004-05-07 15:25:13 +0000
commit341efbf78918e077c10e5e281fdff1a0198c1430 (patch)
tree2576cc6bcf81ba303f2953a42a62a6ed383ae494 /lang/gcc3
parent8e020c1ca209f52847dcde7cd49d7f8d84585ae0 (diff)
downloadpkgsrc-341efbf78918e077c10e5e281fdff1a0198c1430.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.