diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-27 07:49:58 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-27 07:49:58 +0000 |
commit | dd86b54e6e03a0682eb8ed41006ffdfd837ffae0 (patch) | |
tree | fcd056391c8d98cad8823a9dbb0576c1e373dabe /src/helper/Makefile.am | |
parent | dbbc9c41f7db210b0a4e226540a28e0a8a5019bf (diff) | |
download | riscv-openocd-dd86b54e6e03a0682eb8ed41006ffdfd837ffae0.zip riscv-openocd-dd86b54e6e03a0682eb8ed41006ffdfd837ffae0.tar.gz riscv-openocd-dd86b54e6e03a0682eb8ed41006ffdfd837ffae0.tar.bz2 |
Update build system to find moved scripts -- Step 3 of 2:
- Update references from using PKGLIBDIR to PKGDATADIR.
- Update built-in script search paths to reflect new install location:
- $(pkgdatadir) => $(pktdatadir)/site
- $(pkglibdir) => $(pktdatadir)/scripts
- Update installed location of httpd files:
- $(pkglibdir)/httpd => $(pkgdatadir)/httpd
git-svn-id: svn://svn.berlios.de/openocd/trunk@1920 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r-- | src/helper/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 77c6145..5e2d322 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,8 +1,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/server \ -I$(top_srcdir)/src/target \ - -DPKGDATADIR=\"$(pkgdatadir)\" \ - -DPKGLIBDIR=\"$(pkglibdir)\" + -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO noinst_LTLIBRARIES = libhelper.la |