From f547d672cfd80325de7bbea5bd17a4efbc9274d4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Apr 2005 01:49:05 +0000 Subject: fix typoe (buildddir -> builddir) --- util-linux/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'util-linux/Makefile') 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 @@ # Makefile for busybox # -# Copyright (C) 1999-2004 by Erik Andersen +# Copyright (C) 1999-2005 by Erik Andersen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # top_srcdir=.. -top_buildddir=.. +top_builddir=.. srcdir=$(top_srcdir)/util-linux UTILLINUX_DIR:=./ include $(top_builddir)/Rules.mak @@ -29,4 +29,3 @@ all: $(libraries-y) clean: rm -f *.o *.a $(AR_TARGET) - -- cgit v1.2.3