summaryrefslogtreecommitdiff
path: root/make/ext2root.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-20 00:01:58 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-20 00:01:58 +0000
commit1f4c1d842d4e28452f657fd517b18f6dd7fe1d3f (patch)
tree54996ee1d91beb2c1afa83d31e85a2d43f416892 /make/ext2root.mk
parent09f705d8144c61d0bc0b393fad346d495c9fd069 (diff)
It's just another brick in the wall. Except its supposed to be -Wall
Diffstat (limited to 'make/ext2root.mk')
-rw-r--r--make/ext2root.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/ext2root.mk b/make/ext2root.mk
index bcc7b6e46..e5ad68968 100644
--- a/make/ext2root.mk
+++ b/make/ext2root.mk
@@ -17,7 +17,7 @@ $(GENEXT2_DIR): $(DL_DIR)/$(GENEXT2_SOURCE) $(GENEXT2_PATCH)
cat $(GENEXT2_PATCH) | patch -p1 -d $(GENEXT2_DIR)
$(GENEXT2_DIR)/genext2fs: $(GENEXT2_DIR)
- $(MAKE) CFLAGS="Wall -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \
+ $(MAKE) CFLAGS="-Wall -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \
-D_FILE_OFFSET_BITS=64" -C $(GENEXT2_DIR);
touch -c $(GENEXT2_DIR)/genext2fs