mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Make autotools build use tinyexpr.cpp
This commit is contained in:
parent
26dfca67e5
commit
4674784a0b
1 changed files with 0 additions and 4 deletions
|
@ -744,10 +744,6 @@ obj/%.o: src/%.cpp | show-CXX show-CXXFLAGS show-CPPFLAGS obj
|
|||
@echo " CXX $(em)$@$(sgr0)"
|
||||
$v $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
|
||||
|
||||
obj/tinyexpr.o: src/tinyexpr.c | obj
|
||||
@echo " CC $(em)$@$(sqr0)"
|
||||
$v $(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
#
|
||||
# obj directory
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue