diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-02-25 18:50:26 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-02-25 19:02:07 -0500 |
commit | bcecea6ea6c2727e4071f5a43fab49673573e905 (patch) | |
tree | ccee9ba7972f3a260976e967a9f15cedb76846e1 /configs | |
parent | 7381ccab449c65d843580f76426f87ab6b1649ce (diff) |
autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.
Also, use -include to avoid error message when make initially fails to
include the non-existent depend file.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index a851bf0c57..33d72d6e1c 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -34,7 +34,7 @@ ASM_API = @ASM_API@ MAKE = @MAKE@ MKLIB_OPTIONS = @MKLIB_OPTIONS@ MKDEP = @MKDEP@ -MKDEP_OPTIONS = -fdepend +MKDEP_OPTIONS = @MKDEP_OPTIONS@ INSTALL = $(TOP)/bin/minstall # Python and flags (generally only needed by the developers) |