summaryrefslogtreecommitdiffstats
path: root/src/isode/pepsy
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-06-15 01:30:24 +0000
committerMark Eichin <eichin@mit.edu>1994-06-15 01:30:24 +0000
commit517893b4711fd71713da8703ea2c3e2117097f30 (patch)
tree180afa47b3c1dc88c4acd5a4915259611128a181 /src/isode/pepsy
parent6ff7049c5ea877adc86a5181124f944992a88387 (diff)
downloadkrb5-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.in3
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) \