From b147631f3da51648e46d40b12fbbd411026e3779 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Jun 2016 03:27:43 -0400 Subject: stuff --- src/libsystemd/libsystemd-internal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd/libsystemd-internal') diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index 3d65f0ea11..fa95e07d76 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -122,7 +122,7 @@ noinst_LTLIBRARIES += \ automake_sources = $(patsubst src/libsystemd/%,$(outdir)/%,$(filter %.c,$($(automake_name)_SOURCES) $(nodist_$(automake_name)_SOURCES))) $(eval $(value automake2autothing)) -_subdirs := $(patsubst %/,%,$(dir $(call automake_sources,libsystemd-internal.la))) +_subdirs := $(notdir $(patsubst %/,%,$(dir $(call automake_sources,libsystemd-internal.la)))) automake_sources = $(addprefix $(outdir)/,$(notdir $($(automake_name)_SOURCES) $(nodist_$(automake_name)_SOURCES))) at.subdirs += $(_subdirs) -- cgit v1.2.3-54-g00ecf