Skip to content

Commit

Permalink
Rename Make.inc.arm to ARM.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored and ihnorton committed Sep 6, 2014
1 parent 4fbeccd commit aec1f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ include $(JULIAHOME)/Make.user
endif

# ARM specific configuration
ifeq (exists, $(shell [ -e $(JULIAHOME)/Make.inc.arm ] && echo exists ))
include $(JULIAHOME)/Make.inc.arm
ifeq (exists, $(shell [ -e $(JULIAHOME)/ARM.inc ] && echo exists ))
include $(JULIAHOME)/ARM.inc
endif

ifeq ($(SANITIZE),1)
Expand Down

0 comments on commit aec1f42

Please sign in to comment.