Skip to content

Commit 53f9461

Browse files
author
Sebastien Bourdeauducq
committedDec 28, 2011
ptest: default to relative path for MMDIR
1 parent c48e4c9 commit 53f9461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/compiler/ptest/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RTEMS_MAKEFILE_PATH ?= \
33
/opt/rtems-$(RTEMS_VERSION)/lm32-rtems$(RTEMS_VERSION)/milkymist/
44
RTEMS_FPVM_H = $(RTEMS_MAKEFILE_PATH)/lib/include/fpvm
55

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

99
CFLAGS_STANDALONE = -DSTANDALONE=\"standalone.h\"

0 commit comments

Comments
 (0)
Please sign in to comment.