diff options
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 + |