diff options
| author | Roland McGrath <[email protected]> | 2009-01-24 22:55:08 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-01-24 22:55:08 -0800 |
| commit | ea7eb8e8e2606eaf7a895eb4aef06b314e6d5f3e (patch) | |
| tree | 0ea62afbe045603e41a4bfb17233753ae1c320cb /libcpu/Makefile.am | |
| parent | 47a5d755692acc628684d6579411486afd3a999b (diff) | |
| parent | 6cbd7adf7eeb3f30632b53c8a68c470e0e47252b (diff) | |
Merge commit 'origin/master' into dwarf
Conflicts:
ChangeLog
libdw/ChangeLog
src/ChangeLog
Diffstat (limited to 'libcpu/Makefile.am')
| -rw-r--r-- | libcpu/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am index 51817c1e..e47dc0b0 100644 --- a/libcpu/Makefile.am +++ b/libcpu/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 2002, 2004, 2005, 2007, 2008 Red Hat, Inc. +## Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009 Red Hat, Inc. ## This file is part of Red Hat elfutils. ## ## Red Hat elfutils is free software; you can redistribute it and/or modify @@ -70,7 +70,7 @@ libeu = ../lib/libeu.a i386_lex_CFLAGS = -Wno-unused-label -Wno-unused-function -Wno-sign-compare i386_parse.o: i386_parse.c i386.mnemonics -i386_parse_CFLAGS = -DNMNES=$$(wc -l < i386.mnemonics) +i386_parse_CFLAGS = -DNMNES="`wc -l < i386.mnemonics`" i386_lex.o: i386_parse.h i386_gendis_LDADD = $(libeu) -lm $(libmudflap) |
