Add OBJDUMP_DEFS to configure and makefile
[deliverable/binutils-gdb.git] / binutils / Makefile.am
index 194306727a9ce6cfd7f0b0cd570d082c07532021..1ddf2f7fc5e59ed766161fbba978258775b2e3c7 100644 (file)
@@ -171,6 +171,9 @@ nm_new_SOURCES = nm.c $(BULIBS)
 objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
 
+objdump.o:objdump.c
+       $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c
+
 underscore.c: stamp-under ; @true
 
 stamp-under: Makefile
This page took 0.023698 seconds and 4 git commands to generate.