src/Makefile

changeset 970
c9b02747cfc5
parent 963
2f601274bbac
child 971
cc204fc56c9c
--- a/src/Makefile	Fri Nov 01 18:33:16 2024 +0100
+++ b/src/Makefile	Sat Nov 02 13:38:51 2024 +0100
@@ -66,8 +66,7 @@
 
 FORCE:
 
-$(build_dir)/allocator$(OBJ_EXT): allocator.c cx/allocator.h cx/common.h \
- cx/utils.h
+$(build_dir)/allocator$(OBJ_EXT): allocator.c cx/allocator.h cx/common.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 
@@ -78,7 +77,7 @@
 	$(CC) -o $@ $(CFLAGS) -c $<
 
 $(build_dir)/buffer$(OBJ_EXT): buffer.c cx/buffer.h cx/common.h \
- cx/allocator.h cx/utils.h
+ cx/allocator.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 
@@ -123,7 +122,7 @@
 	$(CC) -o $@ $(CFLAGS) -c $<
 
 $(build_dir)/mempool$(OBJ_EXT): mempool.c cx/mempool.h cx/common.h \
- cx/allocator.h cx/utils.h
+ cx/allocator.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial