diff options
Diffstat (limited to 'out')
-rw-r--r-- | out/redo-ifchange.do | 2 | ||||
-rw-r--r-- | out/redo.do | 2 |
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 |