summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-03-24 16:16:47 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-24 17:28:38 -0700
commitf871e026bedc296c235dae02e533617fe9a4d3f2 (patch)
tree35cfbaf5ae55a6267cafa64f2594dc0eee39dea0 /main.c
parent26cb2802170d349fa1b2ab2237e6f2c0d1df1709 (diff)
downloadxorg-util-makedepend-f871e026bedc296c235dae02e533617fe9a4d3f2.tar.gz
Delete portions of imakemdep.h not used by makedepend
This header was shared by imake & makedepend in the monolith, but each got its own copy in the modular builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index cf00688..a962ba5 100644
--- a/main.c
+++ b/main.c
@@ -85,9 +85,7 @@ char *directives[] = {
NULL
};
-#define MAKEDEPEND
-#include "imakemdep.h" /* from config sources */
-#undef MAKEDEPEND
+#include "imakemdep.h"
struct inclist inclist[ MAXFILES ],
*inclistp = inclist,