diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-07-02 00:53:09 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-07-02 00:53:09 +0000 |
| commit | e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487 (patch) | |
| tree | 8b684c1c26ca9394a491d588462ba160de782f76 /src/isode/compat | |
| parent | 530857db933a75cf820a239e164542aaf4fad02a (diff) | |
| download | krb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.tar.gz krb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.tar.xz krb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.zip | |
Reduced Makefile.in, using pre/post
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3944 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/compat')
| -rw-r--r-- | src/isode/compat/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/isode/compat/Makefile.in b/src/isode/compat/Makefile.in index e6689c771b..18407a3753 100644 --- a/src/isode/compat/Makefile.in +++ b/src/isode/compat/Makefile.in @@ -1,16 +1,10 @@ -BUILDTOP=@BUILDTOP@ ############################################################################### # Instructions to Make, for compilation of UNIX compatibility library ############################################################################### -srcdir = @srcdir@ -VPATH = @srcdir@ - TOPDIR = $(BUILDTOP)/ OPTIONS = -I. -I$(HDIR) -I$(ISODEINC) $(PEPYPATH) $(KRBOPT) -CC = @CC@ -CCOPTS = @CCOPTS@ CFLAGS = $(CCOPTS) $(OPTIONS) $(LOPTIONS) KRBINC = $(TOPDIR)include/ |
