aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-21 01:49:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-21 01:49:05 +0000
commitf547d672cfd80325de7bbea5bd17a4efbc9274d4 (patch)
tree3420df90647398da49600d4564ab41f0191afe0c /util-linux
parent5c9ed9f41afc6531daee5904673cf889c339ed3d (diff)
downloadbusybox-w32-f547d672cfd80325de7bbea5bd17a4efbc9274d4.tar.gz
busybox-w32-f547d672cfd80325de7bbea5bd17a4efbc9274d4.tar.bz2
busybox-w32-f547d672cfd80325de7bbea5bd17a4efbc9274d4.zip
fix typoe (buildddir -> builddir)
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/Makefile b/util-linux/Makefile
index 4401fd1ed..efcf6e3bb 100644
--- a/util-linux/Makefile
+++ b/util-linux/Makefile
@@ -1,6 +1,6 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
18# 18#
19 19
20top_srcdir=.. 20top_srcdir=..
21top_buildddir=.. 21top_builddir=..
22srcdir=$(top_srcdir)/util-linux 22srcdir=$(top_srcdir)/util-linux
23UTILLINUX_DIR:=./ 23UTILLINUX_DIR:=./
24include $(top_builddir)/Rules.mak 24include $(top_builddir)/Rules.mak
@@ -29,4 +29,3 @@ all: $(libraries-y)
29 29
30clean: 30clean:
31 rm -f *.o *.a $(AR_TARGET) 31 rm -f *.o *.a $(AR_TARGET)
32