Skip to content

Commit 2119051

Browse files
The CPP_PLATFORM variables comes from configure.ac. AC_SUBST replaces occurrences of variables wrapped in @ characters, so change the wrapping of CPP_PLATFORM in Makefile.am to use @
1 parent 5dc9923 commit 2119051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lib_libCppUTest_a_SOURCES = \
5050
src/CppUTest/TestRegistry.cpp \
5151
src/CppUTest/TestResult.cpp \
5252
src/CppUTest/Utest.cpp \
53-
src/Platforms/$(CPP_PLATFORM)/UtestPlatform.cpp
53+
src/Platforms/@CPP_PLATFORM@/UtestPlatform.cpp
5454

5555
include_cpputestdir = $(includedir)/CppUTest
5656

0 commit comments

Comments
 (0)