From 9f259717bf2b1f5bf8ffdba69d7373ff01ba096f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 10 Sep 2007 21:14:40 +0000 Subject: [PATCH] * hm, why do we need these? doesn't work with on solaris, but simply without... --- webcit/Makefile.in | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 855be3b85..06b66da5a 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -140,24 +140,24 @@ TAGS clean-recursive distclean-recursive depend-recursive check-recursive \ fi ; \ done -all-progs-recursive install-progs-recursive install-strip-progs-recursive \ - uninstall-progs-recursive: - @for subdir in $(PROG_SUBDIRS); do \ - if test -d $$subdir ; then \ - target=`echo $@|$(SED) 's/-progs-recursive//'`; \ - echo making $$target in $$subdir; \ - (cd $$subdir && $(MAKE) $$target) || exit 1; \ - fi ; \ - done +all-progs-recursive install-progs-recursive install-strip-progs-recursive \ + uninstall-progs-recursive: +# @for subdir in $(PROG_SUBDIRS); do \ +# if test -d $$subdir ; then \ +# target=`echo $@|$(SED) 's/-progs-recursive//'`; \ +# echo making $$target in $$subdir; \ +# (cd $$subdir && $(MAKE) $$target) || exit 1; \ +# fi ; \ +# done all-libs-recursive install-libs-recursive install-strip-libs-recursive \ uninstall-libs-recursive install-shlibs-libs-recursive \ install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive: - @for subdir in $(LIB_SUBDIRS); do \ - if test -d $$subdir ; then \ - target=`echo $@|$(SED) 's/-libs-recursive//'`; \ - echo making $$target in $$subdir; \ - (cd $$subdir && $(MAKE) $$target) || exit 1; \ - fi ; \ - done +# @for subdir in $(LIB_SUBDIRS); do \ +# if test -d $$subdir ; then \ +# target=`echo $@|$(SED) 's/-libs-recursive//'`; \ +# echo making $$target in $$subdir; \ +# (cd $$subdir && $(MAKE) $$target) || exit 1; \ +# fi ; \ +# done -- 2.30.2