Remove ``-W -Wall'' from top-level Makefile/configure.
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
index 77beb4d61612b6fc4f50fee8e0b8aa97c7855755..d4392c5f4d7d60f4938fcbafb15c4e5bd42ae7b9 100644 (file)
@@ -8,6 +8,9 @@ INCDIR = $(srcdir)/../include
 BFDDIR = $(srcdir)/../bfd
 MKDEP = gcc -MM
 
+WARN_CFLAGS = @WARN_CFLAGS@
+AM_CFLAGS = $(WARN_CFLAGS)
+
 lib_LTLIBRARIES = libopcodes.la
 
 # This is where bfd.h lives.
This page took 0.024339 seconds and 4 git commands to generate.