aboutsummaryrefslogtreecommitdiffstats
path: root/out
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-07-29 00:51:25 +0200
committerTharre <tharre3@gmail.com>2014-07-29 00:52:01 +0200
commit754ab792e43ab4b95350fee2f5e841186af13653 (patch)
treeec9b81f09fe4bf93c57ec5dde963d29e8f156a57 /out
parentcabc74b6a557705043e248ebdbd969ebcc247311 (diff)
downloadredo-754ab792e43ab4b95350fee2f5e841186af13653.tar.gz
redo-754ab792e43ab4b95350fee2f5e841186af13653.tar.xz
redo-754ab792e43ab4b95350fee2f5e841186af13653.zip
Add filepath.c, refactor out parse_shebang() and rewrite most of the error checking code to use predefined error macros
Diffstat (limited to 'out')
-rw-r--r--out/redo-ifchange.do2
-rw-r--r--out/redo.do2
2 files changed, 2 insertions, 2 deletions
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