* Makefile.in (SRCS): Add $(srcdir) as needed
authorEzra Peisach <epeisach@mit.edu>
Sun, 17 Aug 1997 18:40:22 +0000 (18:40 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 17 Aug 1997 18:40:22 +0000 (18:40 +0000)
make depend will now work if needed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10180 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/ChangeLog
src/util/ss/Makefile.in

index 74ff4b573fed25068e82b5959acb9d32798501bf..62b717c9af9ca12055c0f84dd45ac28f42cc86cf 100644 (file)
@@ -1,3 +1,7 @@
+Sun Aug 17 14:39:56 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * Makefile.in (SRCS): Add $(srcdir) as needed.
+
 Wed Feb  5 22:52:41 1997  Richard Basch  <basch@lehman.com>
 
        * Makefile.in: Remove the target ct_c.awk before copying over it.
index a4308890c71c37eb3ce3e90fc28052a9b41cd688..991d31bce2aa3506f1533ce36737aac52ebebef9 100644 (file)
@@ -28,10 +28,11 @@ OBJS=       ss_err.o \
        request_tbl.o list_rqs.o pager.o requests.o \
        data.o
 
-SRCS=  invocation.c help.c \
-       execute_cmd.c listen.c parse.c error.c prompt.c \
-       request_tbl.c list_rqs.c pager.c requests.c \
-       data.c  \
+SRCS=  $(srcdir)/invocation.c $(srcdir)/help.c \
+       $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \
+       $(srcdir)/error.c $(srcdir)/prompt.c \
+       $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \
+       $(srcdir)/requests.c $(srcdir)/data.c \
        ss_err.h
 # ss_err.h here, so that make depend catches it.