Project

General

Profile

« Previous | Next » 

Revision 992

input.Makefile: Fixed error message when no DB file found so that it doesn't incorrectly imply that PostgreSQL inputs are supported

View differences:

inputs/input.Makefile
255 255
### Unrecognized DB engine
256 256

  
257 257
else
258
$(error The DB filename $(dbFile) must have the form db.{my|pg}.sql)
258
$(error The DB filename $(dbFile) must have the form db.my.sql)
259 259
endif
260 260

  
261 261
# Must come after dbEngine is set

Also available in: Unified diff