We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27c49a1 + 1ae46c0 commit d981fe4Copy full SHA for d981fe4
cmake/Makefile.sample
@@ -2,7 +2,6 @@
2
# Core Flight Software CMake / GNU make wrapper
3
#
4
# ABOUT THIS MAKEFILE:
5
-# This is actually part of the CMake alternative build system.
6
# It is a GNU-make wrapper that calls the CMake tools appropriately
7
# so that setting up a new build is fast and easy with no need to
8
# learn the CMake commands. It also makes it easier to integrate
@@ -124,7 +123,7 @@ install:
124
123
125
prep $(O)/.prep:
126
mkdir -p "$(O)"
127
- (cd "$(O)/$(BUILDDIR)" && cmake $(PREP_OPTS) "$(CURDIR)/cfe")
+ (cd "$(O)" && cmake $(PREP_OPTS) "$(CURDIR)/cfe")
128
echo "$(PREP_OPTS)" > "$(O)/.prep"
129
130
clean:
0 commit comments