From d5c06c6f15875c1114ad0db81b0ac41246373366 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 1 Aug 2009 11:47:18 -0700 Subject: [PATCH] fix header dependencies in Makefile --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 48d18bf..7871952 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,8 @@ DISTNAME = pcu-$(GIT_VERSION) CFLAGS = -g -O2 -Wall LDFLAGS = -Wl,-O1 -fadvise.c: compat-util.h -mincore.c: compat-util.h - -pcu-mincore: mincore.c -pcu-fadvise: fadvise.c +pcu-mincore: mincore.c compat-util.h +pcu-fadvise: fadvise.c compat-util.h PCU_BIN := pcu-fadvise pcu-mincore -- 2.11.4.GIT