Skip to content

Commit

Permalink
Makefile: adapt to new location of generate_build_infop script
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Dec 16, 2015
1 parent bfe490e commit a9c4922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CNTKMATH:=cntkmath
########################################
BUILDINFO:= $(SOURCEDIR)/CNTK/buildinfo.h
GENBUILD:=Scripts/generate_build_info
GENBUILD:=Tools/generate_build_info
$(BUILDINFO): $(GENBUILD)
@echo creating $@ for $(ARCH) with build type $(BUILDTYPE)
Expand Down
2 changes: 1 addition & 1 deletion Tools/build-and-test
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ elif [[ $OSTYPE == "linux-gnu" ]]; then
BUILD_OS="linux"
else
echo "============ ERROR: Unsupported OS ============"
echo "============ Scripts supports only building from Linux and Windows through Cygwin ============"
echo "============ Script supports only building from Linux and Windows through Cygwin ============"
exit 1
fi

Expand Down

0 comments on commit a9c4922

Please sign in to comment.