Sebastian Herbszt wrote:
Stefan Weil wrote:
Sebastian Herbszt schrieb:
v0.11.0-rc0-1677-gf165b53
$ ./configure --target-list=i386-softmmu
$ make
Makefile:427: no file name for `-include'
/bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
/bin/sh.exe: -c: line 2: syntax error: unexpected end of file
make: *** [config-all-devices.mak] Error 2
- Sebastian
I just sent a patch which should fix this problem. See
[PATCH] Fix build for mingw32 on windows ($$ expansion)
It's a different one. This one seems to be related to "Makefile"
config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
$(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@,"
GEN $@")
Just ignore this. Thought you meant "[PATCH] Fix build for mingw32 on windows ($@ in
macro)".
Sorry!
- Sebastian