Skip to content

Commit dd251ab

Browse files
committed
meson: drop '-impl' from phony target output
I think this was needed as some point in meson, but it isn't anymore and we dropped those in systemd a while ago.
1 parent a58ffd4 commit dd251ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systemd/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python.install_sources(
7171
include_dir = libsystemd_dep.get_variable(pkgconfig: 'includedir')
7272

7373
update_constants = custom_target(
74-
output: 'update-constants-impl',
74+
output: 'update-constants',
7575
command: [
7676
update_constants_py,
7777
meson.current_source_dir() / 'id128-constants.h',

0 commit comments

Comments
 (0)