Skip to content

Commit

Permalink
Updated name of MemPrints directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Dec 13, 2023
1 parent 19ae5d1 commit addd2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IntegrationTests/common/script/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LUTs:
# Dependency files are created following the example in the manual for GNU make:
# https://www.gnu.org/software/make/manual/html_node/Automatic-Prerequisites.html

$(DEPS)/%.d: $(EMDATA)/MemPrints
$(DEPS)/%.d: $(EMDATA)/MemPrintsCM
@set -e; rm -f $@; mkdir -p $(DEPS); \
TOP_FUNC=`echo $@ | sed 's,.*\/\([^/]*\)\.d,\1,g'`; \
TOP_FILE=`grep -l $${TOP_FUNC} $(TOP_FUNCS)/*.cc`; \
Expand All @@ -80,7 +80,7 @@ include $(MODULES:%=$(DEPS)/%.d)

### Run emData/download.sh before anything else ###

$(EMDATA)/MemPrints: $(EMDATA)/download.sh
$(EMDATA)/MemPrintsCM: $(EMDATA)/download.sh
@cd $(EMDATA)/; \
./clean.sh; \
./download.sh
Expand Down

0 comments on commit addd2bf

Please sign in to comment.