Remove unneeded trailing slash from TOPDIR

Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Michael Roth 2009-09-23 01:30:34 +02:00 committed by Peter Korsgaard
parent c2946d1139
commit 483b2980d0

View file

@ -22,7 +22,7 @@
# Just run 'make menuconfig', configure stuff, then run 'make'. # Just run 'make menuconfig', configure stuff, then run 'make'.
# You shouldn't need to mess with anything beyond this point... # You shouldn't need to mess with anything beyond this point...
#-------------------------------------------------------------- #--------------------------------------------------------------
TOPDIR=./ TOPDIR:=.
CONFIG_CONFIG_IN=Config.in CONFIG_CONFIG_IN=Config.in
CONFIG_DEFCONFIG=.defconfig CONFIG_DEFCONFIG=.defconfig
CONFIG=package/config CONFIG=package/config