diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-28 16:27:10 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:50 -0800 |
commit | 822c06d9e3983b37cd1830c594210973cb560991 (patch) | |
tree | 7f9e23295be85d3626a450fdc5e03e018a860b3a /src/pld | |
parent | f7bd1e8f3a302378687ded559e865c258d441c89 (diff) | |
download | riscv-openocd-822c06d9e3983b37cd1830c594210973cb560991.zip riscv-openocd-822c06d9e3983b37cd1830c594210973cb560991.tar.gz riscv-openocd-822c06d9e3983b37cd1830c594210973cb560991.tar.bz2 |
remove tertiary include paths
With all #include directives converted, we only need to have the
top-level src/ directory in the search path.
Diffstat (limited to 'src/pld')
-rw-r--r-- | src/pld/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index d99a89c..fa40e56 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,8 +1,5 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag + -I$(top_srcdir)/src METASOURCES = AUTO noinst_LTLIBRARIES = libpld.la |