From 127f26884ebd31bcdd3b1328932b36effabfb232 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sat, 8 May 2021 22:40:06 +0200 Subject: [PATCH] make depend --- Makefile.dep | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.dep b/Makefile.dep index de16716..4199952 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -1,8 +1,8 @@ # DO NOT DELETE ./convert/inttostr.o: ./convert/inttostr.h -./convert/misc.o: ./convert/misc.h ./convert/text.h -./convert/text.o: ./convert/text.h +./convert/misc.o: ./convert/misc.h ./convert/text.h ./convert/text_private.h +./convert/text.o: ./convert/text.h ./convert/text_private.h ./date/date.o: ./date/date.h convert/inttostr.h ./log/filelog.o: ./log/filelog.h textstream/textstream.h space/space.h ./log/filelog.o: textstream/types.h convert/inttostr.h date/date.h @@ -24,13 +24,15 @@ ./space/space.o: date/date.h membuffer/membuffer.h textstream/types.h ./space/space.o: utf8/utf8_templates.h utf8/utf8_private.h convert/convert.h ./space/space.o: ./convert/inttostr.h convert/patternreplacer.h -./space/space.o: convert/strtoint.h ./convert/text.h ./convert/misc.h +./space/space.o: convert/strtoint.h ./convert/text.h ./convert/text_private.h +./space/space.o: ./convert/misc.h ./space/spaceparser.o: ./space/spaceparser.h ./space/space.h ./space/spaceparser.o: textstream/types.h convert/inttostr.h utf8/utf8.h ./space/spaceparser.o: textstream/textstream.h space/space.h date/date.h ./space/spaceparser.o: membuffer/membuffer.h textstream/types.h ./space/spaceparser.o: utf8/utf8_templates.h utf8/utf8_private.h -./space/spaceparser.o: convert/strtoint.h ./convert/text.h ./convert/misc.h +./space/spaceparser.o: convert/strtoint.h ./convert/text.h +./space/spaceparser.o: ./convert/text_private.h ./convert/misc.h ./utf8/utf8.o: ./utf8/utf8.h textstream/textstream.h space/space.h ./utf8/utf8.o: textstream/types.h convert/inttostr.h date/date.h ./utf8/utf8.o: membuffer/membuffer.h textstream/types.h utf8/utf8_templates.h