Revision 519e1693 Makefile

b/Makefile
1 1
# Makefile for QEMU.
2 2

  
3
# Always point to the root of the build tree
4
BUILD_DIR=$(PWD)
3
# Always point to the root of the build tree (needs GNU make).
4
BUILD_DIR=$(CURDIR)
5 5

  
6 6
GENERATED_HEADERS = config-host.h trace.h qemu-options.def
7 7
ifeq ($(TRACE_BACKEND),dtrace)

Also available in: Unified diff