Create nat/i386-dregs.c
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index d17774a56e168d8335a7058169b1712fdbd0d3ad..f4dd4063a9f6fe43c8163c8745820e7d7c18ff48 100644 (file)
@@ -2178,6 +2178,10 @@ waitstatus.o: ${srcdir}/target/waitstatus.c
 # Need to explicitly specify the compile rule as make will do nothing
 # or try to compile the object file into the sub-directory.
 
+i386-dregs.o: ${srcdir}/nat/i386-dregs.c
+       $(COMPILE) $(srcdir)/nat/i386-dregs.c
+       $(POSTCOMPILE)
+
 linux-waitpid.o: ${srcdir}/nat/linux-waitpid.c
        $(COMPILE) $(srcdir)/nat/linux-waitpid.c
        $(POSTCOMPILE)
This page took 0.02379 seconds and 4 git commands to generate.