projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1213406
)
win32: improve version.o dependency
author
Blue Swirl
<blauwirbel@gmail.com>
Sun, 4 Sep 2011 09:32:55 +0000
(09:32 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 10 Sep 2011 14:46:50 +0000
(14:46 +0000)
Actually, version.rc doesn't need config-host.mak but config-host.h, fix it.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e0cf51a8bfe3a4813fbbb7c2811627ac0b010461..7e9382f10182887a590f1b8f61c502ab616a7683 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-116,7
+116,7
@@
ui/vnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
-version.o: $(SRC_PATH)/version.rc config-host.
mak
+version.o: $(SRC_PATH)/version.rc config-host.
h
$(call quiet-command,$(WINDRES) -I. -o $@ $<," RC $(TARGET_DIR)$@")
version-obj-$(CONFIG_WIN32) += version.o