about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-01 11:47:18 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-01 11:47:32 -0700
commitd5c06c6f15875c1114ad0db81b0ac41246373366 (patch)
tree5c1ab087b26876b36c57295f041c9b13ddc548a9
parent1ca0715f4bf2bb98cda7b8c5b80a2ce51e9f1473 (diff)
downloadpcu-d5c06c6f15875c1114ad0db81b0ac41246373366.tar.gz
fix header dependencies in Makefile
-rw-r--r--Makefile7
1 files 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