Revision e2d87bff Makefile

b/Makefile
281 281
	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
282 282
	$(INSTALL_DATA) fsdev/virtfs-proxy-helper.1 "$(DESTDIR)$(mandir)/man1"
283 283
endif
284
install-sysconfig:
284

  
285
install-datadir:
286
	$(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)"
287

  
288
install-confdir:
285 289
	$(INSTALL_DIR) "$(DESTDIR)$(qemu_confdir)"
290

  
291
install-sysconfig: install-datadir install-confdir
286 292
	$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"
293
	$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/cpus-x86_64.conf "$(DESTDIR)$(qemu_datadir)"
287 294

  
288
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
295
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig install-datadir
289 296
	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
290 297
ifneq ($(TOOLS),)
291 298
	$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
......
295 302
	$(INSTALL_PROG) $(STRIP_OPT) $(HELPERS-y) "$(DESTDIR)$(libexecdir)"
296 303
endif
297 304
ifneq ($(BLOBS),)
298
	$(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)"
299 305
	set -e; for x in $(BLOBS); do \
300 306
		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(qemu_datadir)"; \
301 307
	done

Also available in: Unified diff