No need to import prefix we dont install tests

This commit is contained in:
Radim Kolar 2009-09-03 22:42:08 +02:00
parent 0a3074fdcd
commit ef4d8da8c0

View File

@ -1,4 +1,4 @@
Import(Split("env PREFIX"))
Import(Split("env"))
env.Program(target = 'cachecheck', source = ['cachecheck.c','../server/fifocache.c'])
env.Program(target = 'mklargefile', source = 'mklargefile.c')