diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-21 01:49:05 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-21 01:49:05 +0000 |
commit | a48fb480dfa3a143b06ca57b73a73ce83a7402c7 (patch) | |
tree | 3420df90647398da49600d4564ab41f0191afe0c | |
parent | 731a38495082dd7804433fc8725c5db5939ed53d (diff) | |
download | busybox-w32-a48fb480dfa3a143b06ca57b73a73ce83a7402c7.tar.gz busybox-w32-a48fb480dfa3a143b06ca57b73a73ce83a7402c7.tar.bz2 busybox-w32-a48fb480dfa3a143b06ca57b73a73ce83a7402c7.zip |
fix typoe (buildddir -> builddir)
git-svn-id: svn://busybox.net/trunk/busybox@10139 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | sysklogd/Makefile | 5 | ||||
-rw-r--r-- | util-linux/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sysklogd/Makefile b/sysklogd/Makefile index 78b0c0090..611f46b2d 100644 --- a/sysklogd/Makefile +++ b/sysklogd/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 | ||
20 | top_srcdir=.. | 20 | top_srcdir=.. |
21 | top_buildddir=.. | 21 | top_builddir=.. |
22 | srcdir=$(top_srcdir)/sysklogd | 22 | srcdir=$(top_srcdir)/sysklogd |
23 | SYSKLOGD_DIR:=./ | 23 | SYSKLOGD_DIR:=./ |
24 | include $(top_builddir)/Rules.mak | 24 | include $(top_builddir)/Rules.mak |
@@ -29,4 +29,3 @@ all: $(libraries-y) | |||
29 | 29 | ||
30 | clean: | 30 | clean: |
31 | rm -f *.o *.a $(AR_TARGET) | 31 | rm -f *.o *.a $(AR_TARGET) |
32 | |||
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 | ||
20 | top_srcdir=.. | 20 | top_srcdir=.. |
21 | top_buildddir=.. | 21 | top_builddir=.. |
22 | srcdir=$(top_srcdir)/util-linux | 22 | srcdir=$(top_srcdir)/util-linux |
23 | UTILLINUX_DIR:=./ | 23 | UTILLINUX_DIR:=./ |
24 | include $(top_builddir)/Rules.mak | 24 | include $(top_builddir)/Rules.mak |
@@ -29,4 +29,3 @@ all: $(libraries-y) | |||
29 | 29 | ||
30 | clean: | 30 | clean: |
31 | rm -f *.o *.a $(AR_TARGET) | 31 | rm -f *.o *.a $(AR_TARGET) |
32 | |||