Revision e3193601 Makefile.target

b/Makefile.target
375 375

  
376 376
main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
377 377

  
378
monitor.o: hmp-commands.h qmp-commands.h
378
monitor.o: hmp-commands.h qmp-commands-old.h
379 379

  
380 380
$(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS)
381 381

  
......
407 407
hmp-commands.h: $(SRC_PATH)/hmp-commands.hx
408 408
	$(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@,"  GEN   $(TARGET_DIR)$@")
409 409

  
410
qmp-commands.h: $(SRC_PATH)/qmp-commands.hx
410
qmp-commands-old.h: $(SRC_PATH)/qmp-commands.hx
411 411
	$(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@,"  GEN   $(TARGET_DIR)$@")
412 412

  
413 413
clean:
414 414
	rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o
415 415
	rm -f *.d */*.d tcg/*.o ide/*.o 9pfs/*.o
416
	rm -f hmp-commands.h qmp-commands.h gdbstub-xml.c
416
	rm -f hmp-commands.h qmp-commands-old.h gdbstub-xml.c
417 417
ifdef CONFIG_TRACE_SYSTEMTAP
418 418
	rm -f *.stp
419 419
endif

Also available in: Unified diff