]> sourceware.org Git - systemtap.git/commitdiff
Fix PR22695 by reverting a python subdirectory's Makefile.am.
authorDavid Smith <dsmith@redhat.com>
Thu, 11 Jan 2018 20:42:57 +0000 (14:42 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 11 Jan 2018 20:42:57 +0000 (14:42 -0600)
* python/Makefile.am: Revert last change by removing DESTDIR to
  pkglibexecpythondir, which broke rpm builds.
* python/Makefile.in: Regenerated.

python/Makefile.am
python/Makefile.in

index 79fbfd7a37fccaf487b4512ac6c1a6aeac84ffd2..a254480f9d653e7c2c6a2528adf640ac21f11867 100644 (file)
@@ -14,7 +14,7 @@ pkglibexecpython_PYTHON =
 
 pkglibexecpython_DATA =
 
-pkglibexecpythondir = $(DESTDIR)$(pkglibexecdir)/python
+pkglibexecpythondir = $(pkglibexecdir)/python
 
 if HAVE_PYTHON_PROBES
 
index 8bb4d30f9228fb336ee343cc4379caeb5ca90ac1..eb1a08ac5a4562fc6bc3f7f6c4587ddb382d6b82 100644 (file)
@@ -381,7 +381,7 @@ AM_CPPFLAGS = -I$(srcdir)/../includes \
 # install time.
 pkglibexecpython_PYTHON = 
 pkglibexecpython_DATA = $(am__append_1)
-pkglibexecpythondir = $(DESTDIR)$(pkglibexecdir)/python
+pkglibexecpythondir = $(pkglibexecdir)/python
 all: all-am
 
 .SUFFIXES:
This page took 0.027588 seconds and 5 git commands to generate.