diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-20 02:53:22 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-20 02:53:22 -0800 |
commit | cfd812fa0392942aaaa496fa0b8592a9357669b8 (patch) | |
tree | c6ac7f2b18466c702a5a3fd3c2f7dac57b95963d /src/deps.mk | |
parent | 5fa4ac767c6aaf9203d2ec6ff2f90a061b401930 (diff) | |
download | emacs-cfd812fa0392942aaaa496fa0b8592a9357669b8.tar.gz |
Import filemode module from gnulib.
* Makefile.in (base_obj): Remove filemode.o, as it's now in ../lib.
* deps.mk (dired.o): Depend on ../lib/filemode.h, too.
(filemode.o): Remove; this is now in ../lib.
* dired.c: Include <filemode.h>.
(filemodestring): Remove now-redundant decl.
* config.in: Regenerate.
2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/deps.mk b/src/deps.mk index 5bd4a682bfa..77994bcaadb 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -73,7 +73,7 @@ pre-crt0.o: pre-crt0.c dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ coding.h regex.h systime.h blockinput.h atimer.h composite.h \ - ../lib/unistd.h globals.h + ../lib/filemode.h ../lib/unistd.h globals.h dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ window.h buffer.h termchar.h termopts.h termhooks.h cm.h \ disptab.h indent.h $(INTERVALS_H) nsgui.h ../lib/unistd.h \ @@ -98,7 +98,6 @@ fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ commands.h globals.h ../lib/unistd.h filelock.o: filelock.c buffer.h character.h coding.h systime.h composite.h \ ../lib/unistd.h lisp.h globals.h $(config_h) -filemode.o: filemode.c $(config_h) font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ font.h lisp.h globals.h $(config_h) buffer.h composite.h fontset.h \ xterm.h nsgui.h msdos.h |