summaryrefslogtreecommitdiffstats
path: root/src/Make_sas.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-31 13:48:09 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-31 13:48:09 +0100
commit4b47162ccede0b6d9cbb9473ad870220a24fbf54 (patch)
treece99699b4391edf919bc8a849653516f231d3ef7 /src/Make_sas.mak
parentbbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c (diff)
patch 8.1.0857: indent functionality is not separatedv8.1.0857
Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
Diffstat (limited to 'src/Make_sas.mak')
-rw-r--r--src/Make_sas.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Make_sas.mak b/src/Make_sas.mak
index c621360eab..e7faf56771 100644
--- a/src/Make_sas.mak
+++ b/src/Make_sas.mak
@@ -113,6 +113,7 @@ SRC = \
getchar.c \
hardcopy.c \
hashtab.c \
+ indent.c \
json.c \
list.c \
main.c \
@@ -172,6 +173,7 @@ OBJ = \
getchar.o \
hardcopy.o \
hashtab.o \
+ indent.o \
json.o \
list.o \
main.o \
@@ -231,6 +233,7 @@ PRO = \
proto/getchar.pro \
proto/hardcopy.pro \
proto/hashtab.pro \
+ proto/indent.pro \
proto/json.pro \
proto/list.pro \
proto/main.pro \
@@ -368,6 +371,8 @@ hardcopy.o: hardcopy.c
proto/hardcopy.pro: hardcopy.c
hashtab.o: hashtab.c
proto/hashtab.pro: hashtab.c
+indent.o: indent.c
+proto/indent.pro: indent.c
json.o: json.c
proto/json.pro: json.c
list.o: list.c