fix typoe (buildddir -> builddir)
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Apr 2005 01:49:05 +0000 (01:49 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Apr 2005 01:49:05 +0000 (01:49 -0000)
sysklogd/Makefile
util-linux/Makefile

index 78b0c00..611f46b 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 #
 # 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)/sysklogd
 SYSKLOGD_DIR:=./
 include $(top_builddir)/Rules.mak
@@ -29,4 +29,3 @@ all: $(libraries-y)
 
 clean:
        rm -f *.o *.a $(AR_TARGET)
-
index 4401fd1..efcf6e3 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 #
 # 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)
-