Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in
[deliverable/binutils-gdb.git] / readline / Makefile.in
index a3e16d781031016607126a9021b8354c68cb10a9..6e0794949d7160a59428bcc7e20c252912a0f55b 100644 (file)
@@ -79,7 +79,7 @@ history.info: history.texi
 readline.info: readline.texi inc-read.texi
        $(MAKEINFO) -o readline.info $(srcdir)/readline.texi
 
-libreadline.a: readline.o history.o funmap.o keymaps.o tilde.o vi_mode.o
+libreadline.a: readline.o history.o funmap.o keymaps.o ../glob/tilde.o vi_mode.o
                $(RM) -f libreadline.a
                $(AR) $(AR_FLAGS) libreadline.a readline.o history.o funmap.o keymaps.o tilde.o vi_mode.o
                $(RANLIB) libreadline.a
@@ -88,8 +88,7 @@ readline.o:   readline.h chardefs.h  keymaps.h history.h readline.c vi_mode.c
 history.o:     history.c history.h
 funmap.o:      readline.h
 keymaps.o:     emacs_keymap.c vi_keymap.c keymaps.h chardefs.h keymaps.c
-tilde.o:       ../glob/tilde.c
-               $(CC) -c $(CFLAGS) $(LOCAL_INCLUDES) $(CPPFLAGS) $(READLINE_DEFINES) ../glob/tilde.c
+../glob/tilde.o:       ../glob/tilde.c
 
 libtest:       libreadline.a libtest.c
                $(CC) -o libtest $(CFLAGS) $(CPPFLAGS) -L. libtest.c -lreadline -ltermcap
This page took 0.022719 seconds and 4 git commands to generate.