Skip to content

Commit 63505b8

Browse files
cebtenzzreolexiyb
authored andcommitted
make : remove unnecessary dependency on build-info.h (ggml-org#3842)
1 parent dae17a4 commit 63505b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,10 @@ OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o
541541
llama.o: llama.cpp ggml.h ggml-alloc.h ggml-backend.h ggml-cuda.h ggml-metal.h llama.h
542542
$(CXX) $(CXXFLAGS) -c $< -o $@
543543

544-
COMMON_H_DEPS = common/common.h common/sampling.h build-info.h common/log.h
545-
COMMON_DEPS = $(COMMON_H_DEPS) common.o sampling.o grammar-parser.o
544+
COMMON_H_DEPS = common/common.h common/sampling.h common/log.h
545+
COMMON_DEPS = common.o sampling.o grammar-parser.o
546546

547-
common.o: common/common.cpp $(COMMON_H_DEPS)
547+
common.o: common/common.cpp build-info.h $(COMMON_H_DEPS)
548548
$(CXX) $(CXXFLAGS) -c $< -o $@
549549

550550
sampling.o: common/sampling.cpp $(COMMON_H_DEPS)

0 commit comments

Comments
 (0)