mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01: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:
		@@ -3,7 +3,7 @@ PROGRAMS = \
 | 
			
		||||
	../bin/fiemap \
 | 
			
		||||
	../bin/fiewalk \
 | 
			
		||||
 | 
			
		||||
all: $(PROGRAMS) depends.mk
 | 
			
		||||
all: $(PROGRAMS)
 | 
			
		||||
 | 
			
		||||
include ../makeflags
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user