summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:22:59 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:22:59 -0400
commite16e20038bff3a72fb14c3fac8a923dc6a7be327 (patch)
treec735a7670956b49c2058aafd1e2ac80213e8e521
parentcc3d6b3f24ae5e5e8f2e87c1d059656203c0fc1b (diff)
parent75482140a4e31bc56074dae645175946499c2181 (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # src/libsystemd/src/sd-journal/Makefile
-rwxr-xr-xmove.sh1
-rw-r--r--src/libsystemd/src/sd-journal/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index 1147ab4ac9..510c4d3cb7 100755
--- a/move.sh
+++ b/move.sh
@@ -321,6 +321,7 @@ fixup_makefiles() (
-e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \
src/libbasic/Makefile \
src/libsystemd/src/Makefile \
+ src/libsystemd/src/sd-journal/Makefile \
src/grp-udev/libudev-core/Makefile
find -type f -name Makefile|while read -r filename; do
sed -r -i "s|(/\.\.)*/config.mk|/$(realpath -ms --relative-to="${filename%/*}" config.mk)|" "$filename"
diff --git a/src/libsystemd/src/sd-journal/Makefile b/src/libsystemd/src/sd-journal/Makefile
index 7f1caf0836..0064892fb5 100644
--- a/src/libsystemd/src/sd-journal/Makefile
+++ b/src/libsystemd/src/sd-journal/Makefile
@@ -20,7 +20,6 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-
include $(dir $(lastword $(MAKEFILE_LIST)))/../../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk