diff options
Diffstat (limited to 'configs/autoconf.in')
-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 a851bf0c57a..33d72d6e1c0 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) |