[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error in Bash-3.0 Makefile
From: |
Ken Kassing |
Subject: |
Error in Bash-3.0 Makefile |
Date: |
Tue, 26 Apr 2005 15:10:51 -0400 |
Hello,
I attempted to make bash version 3.0 by first setting 'EXEEXT' on line 91 of
the Makefile. This generates two errors when compiling.
Line 620: ' ./mksignames $@' should be ' ./mksignames$(EXEEXT) $@'
Line 628: ' ./mksyntax -o $@' should be ' ./mksyntax${EXEEXT} -o $@'
After making these changes to the Makefile, the compile completed
successfully.
Thanks
Ken Kassing
kassing@patton.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Error in Bash-3.0 Makefile,
Ken Kassing <=