diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-04-25 04:32:47 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-25 04:32:47 +0000 |
| commit | e4c1833f53f597ee62bf89d200e45af8abadf593 (patch) | |
| tree | c7d210f98b8bcab290fa5c46a652f1e24610c4c3 /src | |
| parent | 6739f1082f7cd81bcb913f2a33c75ae4fe6517c3 (diff) | |
(.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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/post.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |
