From cfd812fa0392942aaaa496fa0b8592a9357669b8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 20 Feb 2011 02:53:22 -0800 Subject: 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 . (filemodestring): Remove now-redundant decl. * config.in: Regenerate. 2011-02-20 Paul Eggert --- src/deps.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/deps.mk') diff --git a/src/deps.mk b/src/deps.mk index 5bd4a682bf..77994bcaad 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 -- cgit v1.2.3