2001-11-16 Ben Harris <bjh21@netbsd.org>
authorBen Harris <bjh21@netbsd.org>
Fri, 16 Nov 2001 19:53:29 +0000 (19:53 +0000)
committerBen Harris <bjh21@netbsd.org>
Fri, 16 Nov 2001 19:53:29 +0000 (19:53 +0000)
* Makefile.in (os9kread.o): Replace $< with autoconf-approved
$(srcdir)/....
(procfs.o): Ditto.
(z8k-tdep.o): Ditto.

gdb/ChangeLog
gdb/Makefile.in

index a5b337645eb60885bf21aa404373a8d3994df14c..a679219380d18d53450c594274bfccd63b4bc437 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-16  Ben Harris  <bjh21@netbsd.org>
+
+       * Makefile.in (os9kread.o): Replace $< with autoconf-approved
+       $(srcdir)/....
+       (procfs.o): Ditto.
+       (z8k-tdep.o): Ditto.
+
 2001-11-16  Ben Harris  <bjh21@netbsd.org>
 
        * MAINTAINERS (write-after-approval): Add self.
index d3285a90234c23b0bf28654ea52910567668e140..90e1cdc828d3fb2bea428ba848f82ed15e9a613e 100644 (file)
@@ -1713,7 +1713,8 @@ os9kread.o: os9kread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
                $(expression_h) $(gdb_stabs_h) $(gdbcore_h) $(gdbtypes_h) \
                $(language_h) $(objfiles_h) $(stabsread_h) $(symfile_h) \
                $(symtab_h) $(target_h) $(gdb_string_h)
-       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
+       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
+               $(srcdir)/os9kread.c
 
 mem-break.o: mem-break.c $(defs_h) 
 
@@ -1823,7 +1824,7 @@ printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
 # match output format strings.
 procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
        $(target_h) $(gdb_string_h) $(gdbthread_h) proc-utils.h
-       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
+       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $(srcdir)/procfs.c
 
 proc-api.o: proc-api.c $(defs_h) $(gdbcmd_h) proc-utils.h $(completer_h)
 
@@ -2164,7 +2165,8 @@ xcoffsolib.o: xcoffsolib.c $(bfd_h) $(defs_h) $(xcoffsolib_h) $(inferior_h) \
 z8k-tdep.o: z8k-tdep.c $(bfd_h) $(dis_asm_h) $(defs_h) $(frame_h) \
        $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(gdbcore_h) $(value_h) \
        $(regcache_h)
-       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
+       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
+               $(srcdir)/z8k-tdep.c
 
 c-exp.tab.o: c-exp.tab.c c-lang.h $(defs_h) $(expression_h) \
        $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) $(value_h) \