Module Name:    src
Committed By:   skrll
Date:           Sun Oct 20 14:55:28 UTC 2013

Modified Files:
        src/tools/gcc: mknative-gcc

Log Message:
Deleted 1 line too many in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/tools/gcc/mknative-gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/mknative-gcc
diff -u src/tools/gcc/mknative-gcc:1.72 src/tools/gcc/mknative-gcc:1.73
--- src/tools/gcc/mknative-gcc:1.72	Sun Oct 20 14:14:18 2013
+++ src/tools/gcc/mknative-gcc	Sun Oct 20 14:55:28 2013
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mknative-gcc,v 1.72 2013/10/20 14:14:18 skrll Exp $
+#	$NetBSD: mknative-gcc,v 1.73 2013/10/20 14:55:28 skrll Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of gcc.
@@ -622,6 +622,7 @@ get_gcc () {
 			getvars libcpp/Makefile \
 				libcpp_a_OBJS
 			;;
+		esac
 		getvars gcc/Makefile \
 			ENABLE_SHARED
 		case ${_subdir} in

Reply via email to