mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
fix typoe (buildddir -> builddir)
This commit is contained in:
parent
5c9ed9f41a
commit
f547d672cf
@ -1,6 +1,6 @@
|
|||||||
# Makefile for busybox
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
top_srcdir=..
|
top_srcdir=..
|
||||||
top_buildddir=..
|
top_builddir=..
|
||||||
srcdir=$(top_srcdir)/sysklogd
|
srcdir=$(top_srcdir)/sysklogd
|
||||||
SYSKLOGD_DIR:=./
|
SYSKLOGD_DIR:=./
|
||||||
include $(top_builddir)/Rules.mak
|
include $(top_builddir)/Rules.mak
|
||||||
@ -29,4 +29,3 @@ all: $(libraries-y)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a $(AR_TARGET)
|
rm -f *.o *.a $(AR_TARGET)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile for busybox
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
top_srcdir=..
|
top_srcdir=..
|
||||||
top_buildddir=..
|
top_builddir=..
|
||||||
srcdir=$(top_srcdir)/util-linux
|
srcdir=$(top_srcdir)/util-linux
|
||||||
UTILLINUX_DIR:=./
|
UTILLINUX_DIR:=./
|
||||||
include $(top_builddir)/Rules.mak
|
include $(top_builddir)/Rules.mak
|
||||||
@ -29,4 +29,3 @@ all: $(libraries-y)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a $(AR_TARGET)
|
rm -f *.o *.a $(AR_TARGET)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user