Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2015-11-22 15:53:23 +01:00
parent df1efeb265
commit 2024ac1065

View File

@ -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