From 04f41ab3012c6e4d3d129024bf72162b1c0aa9e5 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 2 May 2011 15:20:01 -0400 Subject: [PATCH] less fail --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f5a758c..ec2dc66 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,6 @@ BINS := $(OUTDIR)/check_sanity $(OUTDIR)/make_kernel_patchfile $(OUTDIR)/apply_p all: .data $(OUTDIR) $(BINS) -.data: - make -C $(DATA) $(OUTDIR): mkdir $(OUTDIR)