From 754ab792e43ab4b95350fee2f5e841186af13653 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 29 Jul 2014 00:51:25 +0200 Subject: Add filepath.c, refactor out parse_shebang() and rewrite most of the error checking code to use predefined error macros --- out/redo-ifchange.do | 2 +- out/redo.do | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'out') diff --git a/out/redo-ifchange.do b/out/redo-ifchange.do index 84941ce..5a1112b 100644 --- a/out/redo-ifchange.do +++ b/out/redo-ifchange.do @@ -1,5 +1,5 @@ . ./config.sh -DEPS="redo-ifchange.o build.o util.o" +DEPS="redo-ifchange.o build.o util.o filepath.o" redo-ifchange $DEPS config.sh $CC -o $3 $DEPS $LDFLAGS diff --git a/out/redo.do b/out/redo.do index dce65d4..08ab81d 100644 --- a/out/redo.do +++ b/out/redo.do @@ -1,5 +1,5 @@ . ./config.sh -DEPS="redo.o build.o util.o" +DEPS="redo.o build.o util.o filepath.o" redo-ifchange $DEPS config.sh $CC -o $3 $DEPS $LDFLAGS -- cgit v1.2.3-70-g09d2