diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-06-17 06:39:06 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-06-17 06:39:06 +0000 |
| commit | 1255123721a9ead5eda5d0628b5d2bb8c31b5dec (patch) | |
| tree | 7783be56db03921dae3042f6aa78d4846e840a41 /src/admin/convert | |
| parent | 76d4f9aec8027eac099698f7d2717d35e810d843 (diff) | |
| download | krb5-1255123721a9ead5eda5d0628b5d2bb8c31b5dec.tar.gz krb5-1255123721a9ead5eda5d0628b5d2bb8c31b5dec.tar.xz krb5-1255123721a9ead5eda5d0628b5d2bb8c31b5dec.zip | |
support to calculate BUILDTOP in makeaclocals
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3860 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/convert')
| -rw-r--r-- | src/admin/convert/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/convert/Makefile.in b/src/admin/convert/Makefile.in index 0d51ace87..e6bb32b7f 100644 --- a/src/admin/convert/Makefile.in +++ b/src/admin/convert/Makefile.in @@ -1,3 +1,4 @@ +BUILDTOP=@BUILDTOP@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -8,7 +9,6 @@ KRB4 = @KRB4@ CFLAGS = -g $(DEFS) $(LOCALINCLUDE) LDFLAGS = -g -BUILDTOP=../.. SRCTOP = $(srcdir)/$(BUILDTOP) TOPLIBD = $(BUILDTOP)/lib ISODELIB=$(TOPLIBD)/libisode.a |
