From 85c3880610ba55b0949b043d15e0dc7bbdf03e26 Mon Sep 17 00:00:00 2001 From: "Carl D. Roth" Date: Tue, 31 May 2016 12:57:28 -0700 Subject: [PATCH] Fixed path for version files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96dab5a6..1141235e 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ docker-debug: docker_check versions: - $(ONL)/tools/make-versions.py --import-file=$(ONL)/tools/onlvi --class-name=OnlVersionImplementation --output-dir $(ONL)/make --force + $(ONL)/tools/make-versions.py --import-file=$(ONL)/tools/onlvi --class-name=OnlVersionImplementation --output-dir $(ONL)/make/versions --force relclean: @find $(ONL)/RELEASE -name "ONL-*" -delete