mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[master] Use explicit name of the first prerequisite in ext/gtest.
The $< variable is not defined in explicit rules on FreeBSD10 and causes Kea build to fail. This change was reviewed and agreed on jabber.
This commit is contained in:
parent
3c5b5bfcf5
commit
19b039492a
@ -7,4 +7,4 @@ libgtest_a_CXXFLAGS = $(GTEST_INCLUDES) $(AM_CXXFLAGS)
|
|||||||
nodist_libgtest_a_SOURCES = gtest-all.cc
|
nodist_libgtest_a_SOURCES = gtest-all.cc
|
||||||
|
|
||||||
gtest-all.cc: $(GTEST_SOURCE)/src/gtest-all.cc
|
gtest-all.cc: $(GTEST_SOURCE)/src/gtest-all.cc
|
||||||
cp -p $< $@
|
cp -p $(GTEST_SOURCE)/src/gtest-all.cc $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user