On Wed, Aug 26, 2009 at 8:50 AM, Klaus Darilion<klaus.mailinglists at pernau.at> wrote: > Hi! > > I have built pjproject with > ./configure && make dep && make > > Now, if I change something in pjproject sources (e.g. config_site.h), what > is the correct way to rebuild pjproject? > - make ? > - make dep && ?make? > - make clean && ... ??? > Just "make" should do, since the modification is within the source codes and that should have been covered by "make dep". Cheers Benny