From 2024ac106569e5c6f35385f2571fd49ea591b2bd Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 22 Nov 2015 15:53:23 +0100 Subject: [PATCH] Re-generate the Makefiles --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5e18275..03d4178 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,7 +45,7 @@ $(OBJDIR)array.o: array.c $(OBJDIR)buffer.o: buffer.c $(CC) $(libSystem_CFLAGS) -o $(OBJDIR)buffer.o -c buffer.c -$(OBJDIR)config.o: config.c +$(OBJDIR)config.o: config.c ../config.h $(CC) $(libSystem_CFLAGS) -o $(OBJDIR)config.o -c config.c $(OBJDIR)error.o: error.c