一个make的问题

一个make的问题

我在一次运行./configure的时候按了几次Ctrl+C,后来重新./configure

#./configure,
屏幕显示:
Good - your configure finished. Start make now
#make
cd . &&
/bin/sh: -c: line 2: syntax error: unexpected end of file
make: *** [aclocal.m4] Error 2
#

请问这是怎么回事?
该怎么解决呢?
谢了先。
先make clean一下然后再./configure
[quote:d485b90a4d="visionalstar"]先make clean一下然后再./configure[/quote]
OK了,谢谢兄弟。
make clean 几乎被遗忘了。
:-(
make clean是什么意思啊?

新手请教!
清除编译生成的文件。
清除和不清除有什么区别么?

和win下的不一样么 要是重装的话不覆盖么?