about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-26 21:53:54 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-26 21:53:54 -0700
commitb1a54627601ca2678eb8e7af6643937d603d730b (patch)
tree294956d539135c951e58114ccd3b216fbb282d1d
parent55c96b562f0a23495cb094baac4c94d5d87b8d43 (diff)
downloadpcu-b1a54627601ca2678eb8e7af6643937d603d730b.tar.gz
remove large file support macros from the Makefile
They're already unconditionally defined in compat-util.h,
so avoid cluttering up the build output with them.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f896181..d7daceb 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
 DISTNAME = pcu-$(GIT_VERSION)
 
 # overridable from command-line
-CFLAGS = -g -O2 -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+CFLAGS = -g -O2 -Wall
 LDFLAGS = -Wl,-O1
 
 fadvise.c: compat-util.h