From b144eab66fe487302900c0dbccb01be3794510fe Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Nov 1998 21:09:42 +0000 Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro set to '.' to indicate that there are no subdirectories to be processed by the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11031 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/sample/sclient/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/appl/sample/sclient/Makefile.in') diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in index 091a2b562f..e8c50a7c56 100644 --- a/src/appl/sample/sclient/Makefile.in +++ b/src/appl/sample/sclient/Makefile.in @@ -1,4 +1,8 @@ thisconfigdir=./.. +myfulldir=appl/sample/sclient +mydir=sclient +MY_SUBDIRS=. + BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) -- cgit