aboutsummaryrefslogtreecommitdiffstats
path: root/make/m4.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-17 09:02:04 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-17 09:02:04 +0000
commit52c8b672bdbb7e0e4819fa8990ab45a580432e74 (patch)
treec51da0b0263ed1829e8b57fb48e1ac70377882f8 /make/m4.mk
parent5dbea59f53c0379168dd60782700be4422dbe0b6 (diff)
downloadbuildroot-novena-52c8b672bdbb7e0e4819fa8990ab45a580432e74.tar.gz
buildroot-novena-52c8b672bdbb7e0e4819fa8990ab45a580432e74.zip
Fix m4 so it compiles once again....
-Erik
Diffstat (limited to 'make/m4.mk')
-rw-r--r--make/m4.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/m4.mk b/make/m4.mk
index 70ceb92ae..fc4ba6abe 100644
--- a/make/m4.mk
+++ b/make/m4.mk
@@ -26,15 +26,6 @@ $(M4_DIR)/.configured: $(M4_DIR)/.unpacked
--target=$(GNU_TARGET_NAME) \
--prefix=/usr \
--exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --datadir=/usr/share \
- --localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
- --disable-nls \
);
touch $(M4_DIR)/.configured