diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-13 22:15:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-13 22:15:59 +0000 |
commit | bcf27247d1ae4ed951ebb645b5f84a9eb186c271 (patch) | |
tree | 2efe18e777754d3e962fc07aa289fbf25e98e779 | |
parent | 2c511609c4d92ee4e3e603d449c13579d1ea641a (diff) | |
download | busybox-w32-bcf27247d1ae4ed951ebb645b5f84a9eb186c271.tar.gz busybox-w32-bcf27247d1ae4ed951ebb645b5f84a9eb186c271.tar.bz2 busybox-w32-bcf27247d1ae4ed951ebb645b5f84a9eb186c271.zip |
Remove whitespace
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ | |||
22 | #-------------------------------------------------------------- | 22 | #-------------------------------------------------------------- |
23 | noconfig_targets := menuconfig config oldconfig randconfig \ | 23 | noconfig_targets := menuconfig config oldconfig randconfig \ |
24 | defconfig allyesconfig allnoconfig clean distclean \ | 24 | defconfig allyesconfig allnoconfig clean distclean \ |
25 | release tags | 25 | release tags |
26 | 26 | ||
27 | ifndef TOPDIR | 27 | ifndef TOPDIR |
28 | TOPDIR=$(CURDIR)/ | 28 | TOPDIR=$(CURDIR)/ |