Revision 8e98e2e8 Makefile

b/Makefile
132 132

  
133 133
$(filter %-softmmu,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) $(common-obj-y) $(extra-obj-y)
134 134

  
135
$(filter %-user,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) subdir-libuser
135
$(filter %-user,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) $(user-obj-y)
136 136

  
137 137
ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS))
138 138
romsubdir-%:
......
224 224

  
225 225
qemu-ga$(EXESUF): qemu-ga.o $(qga-obj-y) $(oslib-obj-y) $(trace-obj-y) $(qapi-obj-y) $(qobject-obj-y) $(version-obj-y) libqemustub.a
226 226

  
227
QEMULIBS=libuser
228

  
229 227
clean:
230 228
# avoid old build problems by removing potentially incorrect old files
231 229
	rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
......
242 240
	rm -rf qapi-generated
243 241
	rm -rf qga/qapi-generated
244 242
	$(MAKE) -C tests/tcg clean
245
	for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \
243
	for d in $(ALL_SUBDIRS) libcacard; do \
246 244
	if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
247 245
	rm -f $$d/qemu-options.def; \
248 246
        done
......
265 263
	rm -f config.log
266 264
	rm -f linux-headers/asm
267 265
	rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
268
	for d in $(TARGET_DIRS) $(QEMULIBS); do \
266
	for d in $(TARGET_DIRS); do \
269 267
	rm -rf $$d || exit 1 ; \
270 268
        done
271 269
	if test -f pixman/config.log; then make -C pixman distclean; fi

Also available in: Unified diff