X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=f832bd07e97bc21ddf78b0e6030c04b1ca46d336;hb=0b9c3953f262cfbbbf280f8c4c4a09639e86b210;hp=153c641cdd16b67d75935aac0c61e4ab721874f7;hpb=94b0f370d47782ed8579d0bbcdc8fb00dcb8ff17;p=openldap diff --git a/Makefile.in b/Makefile.in index 153c641cdd..f832bd07e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,34 +9,13 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers # contrib -CLEANDIRS= tests doc +SUBDIRS= include libraries clients servers tests # contrib +CLEANDIRS= doc # tests doc INSTALLDIRS= doc makefiles: FORCE ./config.status -${srcdir}/configure: configure.in aclocal.m4 - cd ${srcdir} && autoconf - -# autoheader might not change portable.h.in, so touch a stamp file -${srcdir}/include/portable.h.in: stamp-h.in -${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h \ - ${srcdir}/include/portable.h.top ${srcdir}/include/portable.h.bot - cd ${srcdir} && autoheader - @echo timestamp > ${srcdir}/stamp-h.in - -./include/portable.h: stamp-h -stamp-h: config.h.in config.status - ./config.status - -Makefile: Makefile.in config.status - ./config.status - -config.status: configure - ./config.status --recheck - - # force a make all before make install # only done at the top-level install-common: all FORCE