summaryrefslogtreecommitdiffstats
path: root/src/Make_sas.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-13 23:13:28 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-13 23:13:28 +0100
commit5fd0f5052f9a312bb4cfe7b4176b1211d45127ee (patch)
treeb82e59bfdcf65662e44803dabbfa77c11010bb70 /src/Make_sas.mak
parent688b3983d8b321e0d32dd51914fa474a0988daf6 (diff)
patch 8.1.0914: code related to findfile() is spread outv8.1.0914
Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
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 e7faf56771..deaa5eb5d6 100644
--- a/src/Make_sas.mak
+++ b/src/Make_sas.mak
@@ -109,6 +109,7 @@ SRC = \
ex_getln.c \
farsi.c \
fileio.c \
+ findfile.c \
fold.c \
getchar.c \
hardcopy.c \
@@ -169,6 +170,7 @@ OBJ = \
ex_getln.o \
farsi.o \
fileio.o \
+ findfile.o \
fold.o \
getchar.o \
hardcopy.o \
@@ -229,6 +231,7 @@ PRO = \
proto/ex_getln.pro \
proto/farsi.pro \
proto/fileio.pro \
+ proto/findfile.pro \
proto/fold.pro \
proto/getchar.pro \
proto/hardcopy.pro \
@@ -363,6 +366,8 @@ farsi.o: farsi.c
proto/farsi.pro: farsi.c
fileio.o: fileio.c
proto/fileio.pro: fileio.c
+findfile.o: findfile.c
+proto/findfile.pro: findfile.c
fold.o: fold.c
proto/fold.pro: fold.c
getchar.o: getchar.c