summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-07-31 01:24:40 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-07-31 01:24:40 -0400
commitcd67fd5c28b1f4b77562898e90018dfb8575cc67 (patch)
treed1ce7323ec688dbb9d3360b4e5c7b0f0ef4ba711 /SConstruct
parente23513d4fa5c6a61d882e6f6c7488dc6bf3087ec (diff)
downloadgpsd-cd67fd5c28b1f4b77562898e90018dfb8575cc67.tar.gz
Oops, I flubbed a patch merfe. Fixing it.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index e4d8481e..30db2ad4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -943,7 +943,7 @@ if ncurseslibs:
# Test programs
test_float = env.Program('test_float', ['test_float.c'])
test_geoid = env.Program('test_geoid', ['test_geoid.c'], parse_flags=gpsdlibs)
-env.Depends(test_geoid, compiled_gpsdlib, compiled_gpslib)
+env.Depends(test_geoid, [compiled_gpsdlib, compiled_gpslib])
test_json = env.Program('test_json', ['test_json.c'], parse_flags=gpslibs)
env.Depends(test_json, compiled_gpslib)
test_mkgmtime = env.Program('test_mkgmtime', ['test_mkgmtime.c'], parse_flags=gpslibs)