Fix MacOS shell expensions in Makefile
This commit is contained in:
parent
303d879785
commit
1e80c20a5d
2
Makefile
2
Makefile
|
@ -112,7 +112,7 @@ src/kak: src/kak$(tag)
|
||||||
src/kak$(tag): src/.version.o $(objects)
|
src/kak$(tag): src/.version.o $(objects)
|
||||||
$(CXX) $(KAK_LDFLAGS) $(KAK_CXXFLAGS) $(KAK_LIBS) $(objects) src/.version.o -o $@
|
$(CXX) $(KAK_LDFLAGS) $(KAK_CXXFLAGS) $(KAK_LIBS) $(objects) src/.version.o -o $@
|
||||||
|
|
||||||
deps = $(shell touch src/.version$(tag).d && find src -type f -name '.*$(tag).d' # Ensure we find one deps for FreeBSD make)
|
deps = $(shell touch src/.version$(tag).d && find src -type f -name '.*$(tag).d') # Ensure we find one deps for FreeBSD make
|
||||||
deps != touch src/.version$(tag).d && find src -type f -name '.*$(tag).d' # Ensure we find one deps for FreeBSD make
|
deps != touch src/.version$(tag).d && find src -type f -name '.*$(tag).d' # Ensure we find one deps for FreeBSD make
|
||||||
include $(deps)
|
include $(deps)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user