diff --git a/Makefile b/Makefile index 437258ab..f527e11b 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,11 @@ endif # Use the TMAP8 submodule if it exists and TMAP8_DIR is not set # If it doesn't exist, and TMAP8_DIR is not set, then look for it adjacent to the application -TMAP8_SUBMODULE := $(CURDIR)/TMAP8 +TMAP8_SUBMODULE := $(CURDIR)/tmap8 ifneq ($(wildcard $(TMAP8_SUBMODULE)/Makefile),) TMAP8_DIR ?= $(TMAP8_SUBMODULE) else - TMAP8_DIR ?= $(shell dirname `pwd`)/TMAP8 + TMAP8_DIR ?= $(shell dirname `pwd`)/tmap8 endif # framework @@ -68,7 +68,7 @@ include $(MOOSE_DIR)/modules/modules.mk # TMAP8 APPLICATION_DIR := $(TMAP8_DIR) -APPLICATION_NAME := TMAP8 +APPLICATION_NAME := tmap8 BUILD_EXEC := no GEN_REVISION := no include $(FRAMEWORK_DIR)/app.mk