aboutsummaryrefslogtreecommitdiffstats
path: root/src/deps.mk
diff options
context:
space:
mode:
authorPaul Eggert2018-08-05 18:41:20 -0700
committerPaul Eggert2018-08-05 19:36:09 -0700
commite5652268a993ad9117f7253553c143d60460eb8f (patch)
tree82b54b12fa3c5d41fd5e5345f19613b722709495 /src/deps.mk
parentba8eb994f86206f69cbf9743a67b9d86ef9b1d8f (diff)
downloademacs-e5652268a993ad9117f7253553c143d60460eb8f.tar.gz
emacs-e5652268a993ad9117f7253553c143d60460eb8f.zip
Rename src/regex.c to src/regex-emacs.c.
This is in preparation for using Gnulib regex for etags, to avoid collisions in include directives. * src/regex-emacs.c: Rename from src/regex.c. * src/regex-emacs.h: Rename from src/regex.h. All uses changed. * test/src/regex-emacs-tests.el: Rename from test/src/regex-tests.el.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/deps.mk b/src/deps.mk
index 7b6ae9cd8e0..f202d0e1041 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -71,7 +71,7 @@ cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h \
71pre-crt0.o: pre-crt0.c 71pre-crt0.o: pre-crt0.c
72dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) 72dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h)
73dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ 73dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \
74 coding.h regex.h systime.h blockinput.h atimer.h composite.h \ 74 coding.h regex-emacs.h systime.h blockinput.h atimer.h composite.h \
75 ../lib/filemode.h ../lib/unistd.h globals.h 75 ../lib/filemode.h ../lib/unistd.h globals.h
76dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ 76dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \
77 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \ 77 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \
@@ -169,20 +169,21 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
169 blockinput.h atimer.h coding.h msdos.h nsterm.h composite.h \ 169 blockinput.h atimer.h coding.h msdos.h nsterm.h composite.h \
170 keyboard.h lisp.h globals.h $(config_h) character.h xgselect.h sysselect.h \ 170 keyboard.h lisp.h globals.h $(config_h) character.h xgselect.h sysselect.h \
171 ../lib/unistd.h gnutls.h 171 ../lib/unistd.h gnutls.h
172regex.o: regex.c syntax.h buffer.h lisp.h globals.h $(config_h) regex.h \ 172regex-emacs.o: regex-emacs.c syntax.h buffer.h lisp.h globals.h \
173 $(config_h) regex-emacs.h \
173 category.h character.h 174 category.h character.h
174region-cache.o: region-cache.c buffer.h region-cache.h \ 175region-cache.o: region-cache.c buffer.h region-cache.h \
175 lisp.h globals.h $(config_h) 176 lisp.h globals.h $(config_h)
176scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 177scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
177 termhooks.h lisp.h globals.h $(config_h) systime.h coding.h composite.h \ 178 termhooks.h lisp.h globals.h $(config_h) systime.h coding.h composite.h \
178 window.h 179 window.h
179search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 180search.o: search.c regex-emacs.h commands.h buffer.h region-cache.h syntax.h \
180 blockinput.h atimer.h systime.h category.h character.h charset.h \ 181 blockinput.h atimer.h systime.h category.h character.h charset.h \
181 $(INTERVALS_H) lisp.h globals.h $(config_h) 182 $(INTERVALS_H) lisp.h globals.h $(config_h)
182sound.o: sound.c dispextern.h syssignal.h lisp.h globals.h $(config_h) \ 183sound.o: sound.c dispextern.h syssignal.h lisp.h globals.h $(config_h) \
183 atimer.h systime.h ../lib/unistd.h msdos.h 184 atimer.h systime.h ../lib/unistd.h msdos.h
184syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ 185syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
185 keymap.h regex.h $(INTERVALS_H) lisp.h globals.h $(config_h) 186 keymap.h regex-emacs.h $(INTERVALS_H) lisp.h globals.h $(config_h)
186sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ 187sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
187 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ 188 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \
188 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ 189 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \