diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-06-15 01:30:24 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-06-15 01:30:24 +0000 |
| commit | 517893b4711fd71713da8703ea2c3e2117097f30 (patch) | |
| tree | 180afa47b3c1dc88c4acd5a4915259611128a181 /src/isode/pepsy | |
| parent | 6ff7049c5ea877adc86a5181124f944992a88387 (diff) | |
| download | krb5-517893b4711fd71713da8703ea2c3e2117097f30.tar.gz krb5-517893b4711fd71713da8703ea2c3e2117097f30.tar.xz krb5-517893b4711fd71713da8703ea2c3e2117097f30.zip | |
more srcdir fixes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3792 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/pepsy')
| -rw-r--r-- | src/isode/pepsy/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in index 9ffba0b8f..cb9bd72a4 100644 --- a/src/isode/pepsy/Makefile.in +++ b/src/isode/pepsy/Makefile.in @@ -107,6 +107,7 @@ inst-pepsy: $(BINDIR)pepsy # -@echo "" pepsy: xpepsy + -rm -f pepsy.old -mv pepsy pepsy.old $(LN) xpepsy pepsy -@echo "" @@ -201,7 +202,7 @@ $(PEPSYDIR)$(TARGET): $(TARGET) UNIV_tables.o: UNIV_tables.c UNIV-types.h UNIV-types.h UNIV_tables.c: UNIV.py xpepsy - ./xpepsy -A -f -h -m UNIV.py + ./xpepsy -A -f -h -m $(srcdir)/UNIV.py l-libpepsy: $(CFILES) $(T_FILES) true $(LINT) $(LFLAGS) $(CFILES) $(T_FILES) \ |
