diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-12 22:23:46 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:10 -0400 |
commit | ea458960ec37856a7c50337ae3c693022154aaf7 (patch) | |
tree | b4c334a32cac0e8fbf32158279d4a6ed732bafd4 /rules.mak | |
parent | 32fcc6244c729f6311d2a4c8bd54bb9b7f43786d (diff) |
contrib/vhost-user-gpu: convert to meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rules.mak')
-rw-r--r-- | rules.mak | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -402,13 +402,6 @@ TEXI2MAN = $(call quiet-command, \ %.8: $(call TEXI2MAN) -GEN_SUBST = $(call quiet-command, \ - sed -e "s!@libexecdir@!$(libexecdir)!g" < $< > $@, \ - "GEN","$@") - -%.json: %.json.in - $(call GEN_SUBST) - # Support for building multiple output files by atomically executing # a single rule which depends on several input files (so the rule # will be executed exactly once, not once per output file, and |