diff options
author | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
commit | db3ee8e20c39f1c7edd6f86312955339c6605746 (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /lang | |
parent | 60566a18a2b2795aa0f806290d089139969447af (diff) | |
download | pkgsrc-db3ee8e20c39f1c7edd6f86312955339c6605746.tar.gz |
whitespace nits
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc3/Makefile.common | 4 |
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. |