Skip to content

Commit

Permalink
No need of a JULIAHOME env variable any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral Shah committed Apr 10, 2011
1 parent 19fce6f commit 479b3dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
@@ -1,6 +1,6 @@
NAME = julia
JULIALIB = $$JULIAHOME/lib
EXTROOT = $$JULIAHOME/ext/root
JULIALIB = $(JULIAHOME)/lib
EXTROOT = $(JULIAHOME)/ext/root
EXTROOTLIB = $(EXTROOT)/lib
LLVMROOT = $(EXTROOT)

Expand Down
1 change: 1 addition & 0 deletions Makefile
@@ -1,3 +1,4 @@
JULIAHOME = $(shell pwd)
NBITS = $(shell (test -e nbits || $(CC) nbits.c -o nbits) && ./nbits)
include ./Make.inc

Expand Down
1 change: 1 addition & 0 deletions ext/Makefile
@@ -1,3 +1,4 @@
JULIAHOME = $(shell pwd)/..
include ../Make.inc

all: llvm readline pcre fdlibm lapack
Expand Down

0 comments on commit 479b3dc

Please sign in to comment.