summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index 0f949a8912..75085ee4b3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1638,7 +1638,7 @@ BASIC_SRC = \
optionstr.c \
os_unix.c \
auto/pathdef.c \
- popupmnu.c \
+ popupmenu.c \
popupwin.c \
profiler.c \
pty.c \
@@ -1774,7 +1774,7 @@ OBJ_COMMON = \
objects/optionstr.o \
objects/os_unix.o \
objects/pathdef.o \
- objects/popupmnu.o \
+ objects/popupmenu.o \
objects/popupwin.o \
objects/profiler.o \
objects/pty.o \
@@ -1935,7 +1935,7 @@ PRO_AUTO = \
optionstr.pro \
os_mac_conv.pro \
os_unix.pro \
- popupmnu.pro \
+ popupmenu.pro \
popupwin.pro \
profiler.pro \
pty.pro \
@@ -3341,8 +3341,8 @@ objects/winclip.o: winclip.c
objects/pathdef.o: auto/pathdef.c
$(CCC) -o $@ auto/pathdef.c
-objects/popupmnu.o: popupmnu.c
- $(CCC) -o $@ popupmnu.c
+objects/popupmenu.o: popupmenu.c
+ $(CCC) -o $@ popupmenu.c
objects/popupwin.o: popupwin.c
$(CCC) -o $@ popupwin.c
@@ -3823,7 +3823,7 @@ objects/pathdef.o: auto/pathdef.c vim.h protodef.h auto/config.h feature.h \
os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
proto.h globals.h
-objects/popupmnu.o: popupmnu.c vim.h protodef.h auto/config.h feature.h os_unix.h \
+objects/popupmenu.o: popupmenu.c vim.h protodef.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
proto.h globals.h