summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-busybox/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-09-14 11:25:31 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-09-14 11:25:31 +0000
commit93c80ca0051d61fc474dfb8a7fefd842417549cb (patch)
tree12d1e712a687ac0ecf0505c2564b5e6f753a28d0 /mdk-stage1/insmod-busybox/Makefile
parent0b2101aecaf71248ee7f40203d7082aba7990ddc (diff)
downloaddrakx-backup-do-not-use-93c80ca0051d61fc474dfb8a7fefd842417549cb.tar
drakx-backup-do-not-use-93c80ca0051d61fc474dfb8a7fefd842417549cb.tar.gz
drakx-backup-do-not-use-93c80ca0051d61fc474dfb8a7fefd842417549cb.tar.bz2
drakx-backup-do-not-use-93c80ca0051d61fc474dfb8a7fefd842417549cb.tar.xz
drakx-backup-do-not-use-93c80ca0051d61fc474dfb8a7fefd842417549cb.zip
clean also cleans the DIET target
Diffstat (limited to 'mdk-stage1/insmod-busybox/Makefile')
-rw-r--r--mdk-stage1/insmod-busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/insmod-busybox/Makefile b/mdk-stage1/insmod-busybox/Makefile
index 9c0a60b79..c8649ae0d 100644
--- a/mdk-stage1/insmod-busybox/Makefile
+++ b/mdk-stage1/insmod-busybox/Makefile
@@ -16,7 +16,7 @@ include $(top_dir)/Makefile.common
all: insmod insmod-DIET libinsmod.a libinsmod-DIET.a
clean:
- rm -f *.o insmod libinsmod.a libinsmod-DIET.a
+ rm -f *.o insmod insmod-DIET libinsmod.a libinsmod-DIET.a
FLAGS = -c -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -DBB_VER='"0.47"' -DBB_BT='"2000.12.06-14:02+0000"'