1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

typo; from hyjial

ok otto
This commit is contained in:
jmc 2008-08-28 08:39:44 +00:00
parent a036924085
commit 77d1af1e55

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: mkdep.gcc.sh,v 1.14 2007/08/06 19:16:06 sobrado Exp $
# $OpenBSD: mkdep.gcc.sh,v 1.15 2008/08/28 08:39:44 jmc Exp $
# $NetBSD: mkdep.gcc.sh,v 1.9 1994/12/23 07:34:59 jtc Exp $
#
# Copyright (c) 1991, 1993
@ -34,7 +34,7 @@
#
#
# Scan for a -o option in the arguments are record the filename given.
# Scan for a -o option in the arguments and record the filename given.
# This is needed, since "cc -M -o out" writes to the file "out", not to
# stdout.
#