Skip to content

Commit e6877e5

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 1afbdab commit e6877e5

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
@@ -65,7 +65,7 @@ python.install_sources(
6565
include_dir = libsystemd_dep.get_variable(pkgconfig: 'includedir')
6666

6767
update_constants = custom_target(
68-
output: 'update-constants-impl',
68+
output: 'update-constants',
6969
command: [
7070
update_constants_py,
7171
meson.current_source_dir() / 'id128-constants.h',

0 commit comments

Comments
 (0)