summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/isode/pepsy/Makefile.in3
-rw-r--r--src/isode/support/Makefile.in4
2 files changed, 4 insertions, 3 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) \
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in
index f34eb6e6a..807ed167d 100644
--- a/src/isode/support/Makefile.in
+++ b/src/isode/support/Makefile.in
@@ -11,8 +11,8 @@ TOPDIR = $(BUILDTOP)
OPTIONS = -I. -I$(HDIR) $(PEPYPATH) $(KRBOPT)
CFLAGS = $(OPTIONS) $(LOPTIONS)
-HDIR = $(TOPDIR)isode/h/
-UTILDIR = $(TOPDIR)isode/util/
+HDIR = $(srcdir)/$(TOPDIR)isode/h/
+UTILDIR = $(srcdir)/$(BUILDTOP)isode/util/
INCDIRM = $(HDIR)
INCDIR = $(INCDIRM)/
PEPSYDIRM= $(INCDIR)pepsy