Ticket UUID: | 2d2b158d75bc6cbe93f1bfb8bcb7275a53f890db | ||
Title: | -include config.mak fails under OpenBSD | ||
Status: | Fixed | Type: | Build_Problem |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-03-07 17:27:22 | ||
Version Found In: | 20091218002951 | ||
Description & Comments: | |||
When running make under OpenBSD you receive the below error.
"Makefile", line 51: Need an operator
Fatal errors encountered -- cannot continue
Commenting out that line allows make to run. jeremy_c added on 2009-12-31 04:00:50: jeremy_c added on 2009-12-31 04:44:27: touch config.mak causes the make command to function properly? anonymous added on 2009-12-31 21:59:29: anonymous added on 2009-12-31 22:43:16: .if exists(config.make) include config.mak .endif anonymous added on 2009-12-31 22:45:03: .if exists(config.mak) include config.mak .endif jeremy_c added on 2010-01-29 23:44:32: anonymous added on 2010-02-04 18:29:33: anonymous added on 2010-02-17 19:51:13: |