From: Mark Eichin Date: Wed, 15 Jun 1994 01:30:24 +0000 (+0000) Subject: more srcdir fixes X-Git-Tag: krb5-1.0-beta4~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=517893b4711fd71713da8703ea2c3e2117097f30;p=krb5.git more srcdir fixes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3792 dc483132-0cff-0310-8789-dd5450dbe970 --- 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