Commit df224fdd by Jim Wilson

(exeext): Set to build_exeext not exeext.

From-SVN: r14450
parent a204adc6
...@@ -225,7 +225,7 @@ infodir = @infodir@ ...@@ -225,7 +225,7 @@ infodir = @infodir@
# Extension (if any) to put in installed man-page filename. # Extension (if any) to put in installed man-page filename.
manext = .1 manext = .1
objext = .o objext = .o
exeext = @exeext@ exeext = @build_exeext@
# Directory in which to put man pages. # Directory in which to put man pages.
mandir = @mandir@/man1 mandir = @mandir@/man1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment