diff options
| author | Marc-André Lureau | 2019-08-27 19:57:39 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:18:35 +0200 |
| commit | ac76f9d17cff2e5b9c002a387f711d03a404a2de (patch) | |
| tree | 30d3ea583b3d7235924c637b3a6fdf7eb6aa7e33 /rules.mak | |
| parent | meson: rename .inc.h files to .h.inc (diff) | |
| download | qemu-ac76f9d17cff2e5b9c002a387f711d03a404a2de.tar.gz qemu-ac76f9d17cff2e5b9c002a387f711d03a404a2de.tar.xz qemu-ac76f9d17cff2e5b9c002a387f711d03a404a2de.zip | |
build-sys hack: ensure target directory is there
By removing some unnest-vars calls, we miss some directory creation
that may be required by some/dir/object.d.
This will go away once everything is converted 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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ expand-objs = $(strip $(sort $(filter %.o,$1)) \ $(filter-out %.o %.mo,$1)) %.o: %.c + @mkdir -p $(dir $@) $(call quiet-command,$(CC) $(QEMU_LOCAL_INCLUDES) $(QEMU_INCLUDES) \ $(QEMU_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) $($@-cflags) \ -c -o $@ $<,"CC","$(TARGET_DIR)$@") |
