72cb812 icetime: fix path to the chip database

Authored and Committed by lkundrak 6 years ago
    icetime: fix path to the chip database
    
    Overriding the defines on a compiler command line would be sort of
    inelegant -- even if it worked. It does not, since icetime/Makefile
    appends its defines to the end.
    
    Just set the make variables instead, and let the Makefile do its
    intended job properly.
    
        
file modified
+7 -2