Skip to content

Commit

Permalink
ptest: default to relative path for MMDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Dec 28, 2011
1 parent c48e4c9 commit 53f9461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/ptest/Makefile
Expand Up @@ -3,7 +3,7 @@ RTEMS_MAKEFILE_PATH ?= \
/opt/rtems-$(RTEMS_VERSION)/lm32-rtems$(RTEMS_VERSION)/milkymist/
RTEMS_FPVM_H = $(RTEMS_MAKEFILE_PATH)/lib/include/fpvm

MMDIR ?= /opt/milkymist/milkymist.git
MMDIR ?= ../../../../milkymist
LIBFPVM_X86 = $(MMDIR)/software/libfpvm/x86-linux

CFLAGS_STANDALONE = -DSTANDALONE=\"standalone.h\"
Expand Down

0 comments on commit 53f9461

Please sign in to comment.