The major:minor read from dev ends with \n, need to trim that.
[oweals/busybox.git] / archival / Makefile
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7 top_srcdir=..
8 top_builddir=..
9 ARCHIVAL_DIR:=./
10 srcdir=$(top_srcdir)/archival
11 include $(top_builddir)/Rules.mak
12 include $(top_builddir)/.config
13 include $(srcdir)/Makefile.in
14 all: $(libraries-y)
15 -include $(top_builddir)/.depend
16
17 clean:
18         rm -f *.o *.a $(AR_TARGET)
19