On 01/20/2011 06:01 AM, Yao Qi wrote: > @@ -873,13 +878,13 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ > TSOBS = inflow.o > > SUBDIRS = doc @subdirs@ data-directory > -CLEANDIRS = $(SUBDIRS) gnulib > +CLEANDIRS = $(SUBDIRS) gnulib common This chunk of patch should be reverted, because `common' is added in SUBDIRS via 'AC_CONFIG_SUBDIRS(common)' in configure.ac, so there are two `common' in CLEANDIRS. Applied. -- Yao (齐尧)