From 1ae46c0b16242dff943b74e86c2e30ebca776fe1 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Thu, 8 Apr 2021 15:32:54 +0000 Subject: [PATCH] Fix #1285, Remove broken BUILDDIR reference --- cmake/Makefile.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/Makefile.sample b/cmake/Makefile.sample index db232e35c..48eddce98 100644 --- a/cmake/Makefile.sample +++ b/cmake/Makefile.sample @@ -2,7 +2,6 @@ # Core Flight Software CMake / GNU make wrapper # # ABOUT THIS MAKEFILE: -# This is actually part of the CMake alternative build system. # It is a GNU-make wrapper that calls the CMake tools appropriately # so that setting up a new build is fast and easy with no need to # learn the CMake commands. It also makes it easier to integrate @@ -124,7 +123,7 @@ install: prep $(O)/.prep: mkdir -p "$(O)" - (cd "$(O)/$(BUILDDIR)" && cmake $(PREP_OPTS) "$(CURDIR)/cfe") + (cd "$(O)" && cmake $(PREP_OPTS) "$(CURDIR)/cfe") echo "$(PREP_OPTS)" > "$(O)/.prep" clean: