summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/SConscript')
-rw-r--r--src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index 42e002310..d96922b49 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -984,7 +984,7 @@ def makeEnv(label, objsfx, strip = False, **kwargs):
static_objs.append(static_date)
shared_date = make_obj(date_source, static=False, extra_deps=shared_objs)
- shared_objs.append(static_date)
+ shared_objs.append(shared_date)
# First make a library of everything but main() so other programs can
# link against m5.