diff options
author | Roy Marples <roy@marples.name> | 2008-01-07 14:20:13 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-07 14:20:13 +0000 |
commit | d22fc0dd931e43be5f20526e8e43a303d054ca21 (patch) | |
tree | 8c47e8d9a54cfbd42a7ad58f2d01a0a2807e4577 /src/rc | |
parent | c25651057038c6ef4f8cbd6819aa0b5ed892087a (diff) |
Allow depend creation again. This doesn't work on GNU make, but does on all others.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc-update.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index bbf23af0..4f07503f 100644 --- a/src/rc/rc-update.c +++ b/src/rc/rc-update.c @@ -39,10 +39,10 @@ #include <unistd.h> #include "builtins.h" -#include "../libeinfo/einfo.h" +#include "einfo.h" #include "rc.h" -#include "../rc-misc.h" -#include "../strlist.h" +#include "rc-misc.h" +#include "strlist.h" static const char *applet = NULL; |