fix duplicate dependency

Sat, 18 Jan 2025 14:07:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 18 Jan 2025 14:07:52 +0100
changeset 1133
0aecb9fda851
parent 1132
b7fea9b2874c
child 1134
60edcd57d54c

fix duplicate dependency

src/Makefile file | annotate | diff | comparison | revisions
--- a/src/Makefile	Sat Jan 18 13:30:51 2025 +0100
+++ b/src/Makefile	Sat Jan 18 14:07:52 2025 +0100
@@ -98,7 +98,7 @@
 
 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
  cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \
- cx/iterator.h cx/compare.h cx/compare.h
+ cx/iterator.h cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 

mercurial