diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-16 17:54:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-16 17:54:35 +0000 |
commit | 1b712c05fca0c9e382f975be9e67244aeeadfc03 (patch) | |
tree | cda27314b19651ac34b4d3066f1bf28f27812124 /lang/cli/files/patch-pal::unix::startup::makefile.in | |
parent | b96bf6c4127343a59f8ad0b49c3cd77c5aae29c1 (diff) |
Notes
Diffstat (limited to 'lang/cli/files/patch-pal::unix::startup::makefile.in')
-rw-r--r-- | lang/cli/files/patch-pal::unix::startup::makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/cli/files/patch-pal::unix::startup::makefile.in b/lang/cli/files/patch-pal::unix::startup::makefile.in new file mode 100644 index 000000000000..43cae2f41400 --- /dev/null +++ b/lang/cli/files/patch-pal::unix::startup::makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- pal/unix/startup/makefile.in.orig Fri Mar 22 03:48:22 2002 ++++ pal/unix/startup/makefile.in Wed Apr 10 12:14:41 2002 +@@ -50,6 +50,8 @@ + OPTCFLAGS+= -g + .endif + ++OPTCFLAGS=$(CFLAGS) ++ + ################# + # Targets + |