diff options
| author | Roland McGrath <[email protected]> | 2005-08-10 08:10:07 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-08-10 08:10:07 +0000 |
| commit | ce4550aefd57ab68f6f279a5b662eb1716d7b361 (patch) | |
| tree | 1c03a09458b835fbf87f9658cd770340fc5fab15 /src/Makefile.am | |
| parent | faf4d19ddeaca1e7fd97b025ccd376eaa3afb30a (diff) | |
Update DW_LNS_set_epilogue_begin uses to correct misspelling.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f1c7562..73c82dc6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,9 +24,7 @@ AM_CFLAGS += -Wall -Wshadow -std=gnu99 $(native_ld_cflags) \ $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \ $(if $($(*F)_no_Wformat),,-Wformat=2) -INCLUDES = -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ - -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \ - -I$(srcdir)/../lib -I.. +INCLUDES = -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl -I$(srcdir)/../lib -I$(srcdir)/../libdw -I.. YACC = @YACC@ -d AM_YFLAGS = -pld @@ -92,7 +90,7 @@ endif ld_LDFLAGS = -rdynamic elflint_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl findtextrel_LDADD = $(libdw) $(libelf) $(libmudflap) -addr2line_LDADD = $(libdw) $(libmudflap) +addr2line_LDADD = $(libdw) $(libelf) $(libmudflap) elfcmp_LDADD = $(libebl) $(libelf) $(libmudflap) -ldl objdump_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl |
