summaryrefslogtreecommitdiffstats
path: root/js/src/editline
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/editline')
-rw-r--r--js/src/editline/moz.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/editline/moz.build b/js/src/editline/moz.build
index 239821f59..1213854c1 100644
--- a/js/src/editline/moz.build
+++ b/js/src/editline/moz.build
@@ -1,12 +1,11 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Library('editline')
-UNIFIED_SOURCES += [
+SOURCES += [
'editline.c',
'sysunix.c',
]