X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=f050d77a2af8be8fa660e2b61490ae840b043f01;hb=f626fbbd572800a8a1b20c74613c215177ccf953;hp=153c641cdd16b67d75935aac0c61e4ab721874f7;hpb=94b0f370d47782ed8579d0bbcdc8fb00dcb8ff17;p=openldap diff --git a/Makefile.in b/Makefile.in index 153c641cdd..f050d77a2a 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 -INSTALLDIRS= doc +SUBDIRS= include libraries clients servers tests doc # contrib +CLEANDIRS= contrib +INSTALLDIRS= 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