From f871e026bedc296c235dae02e533617fe9a4d3f2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 24 Mar 2009 16:16:47 -0700 Subject: 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 --- main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main.c') 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, -- cgit v1.2.3