From: Ken Raeburn Date: Tue, 25 Apr 2006 04:32:47 +0000 (+0000) Subject: (.acsyms_okay): Fix rules to work better from subdirectories, and skip the X-Git-Tag: krb5-1.5-alpha1~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4c1833f53f597ee62bf89d200e45af8abadf593;p=krb5.git (.acsyms_okay): Fix rules to work better from subdirectories, and skip the top-level configure script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17956 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/post.in b/src/config/post.in index 300f0fcf3..12342961a 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -149,10 +149,10 @@ $(thisconfigdir)/.acsyms_okay: @MAINT@ \ $(SRCTOP)/aclocal.m4 case "$(myfulldir)" in \ "" ) echo myfulldir not set in makefile ; exit 1 ;; \ - appl* | tests* ) echo skipping ac syms check here ;; \ - *) $(SRCTOP)/util/check-ac-syms $(srcdir) $(BUILDTOP) $(AUTOCONF_HEADER) ;; \ + . | appl* | tests* ) echo skipping ac syms check here ;; \ + *) $(SRCTOP)/util/check-ac-syms $(top_srcdir) $(mydir)/$(BUILDTOP) $(AUTOCONF_HEADER) ;; \ esac - touch .acsyms_okay + touch $(thisconfigdir)/.acsyms_okay RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \ generate-files-mac-recurse \