mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Makefile: Fix some dependencies
Some deps are already referenced by depends.mk, some where actually missing. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
8a5f790a03
commit
826b27fde2
@ -3,7 +3,7 @@ PROGRAMS = \
|
||||
../bin/fiemap \
|
||||
../bin/fiewalk \
|
||||
|
||||
all: $(PROGRAMS) depends.mk
|
||||
all: $(PROGRAMS)
|
||||
|
||||
include ../makeflags
|
||||
|
||||
|
@ -17,7 +17,7 @@ include ../makeflags
|
||||
LIBS = -lcrucible -lpthread
|
||||
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
|
||||
|
||||
.depends/%.dep: %.cc
|
||||
.depends/%.dep: %.cc tests.h Makefile
|
||||
@mkdir -p .depends
|
||||
$(CXX) $(CXXFLAGS) -M -MF $@ -MT $(<:.cc=.o) $<
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user