diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
| commit | 0bc096ed4b0eebcfcf599085af310df6fab50100 (patch) | |
| tree | 9ba6c0eba1463226714d1bf4f278cd638cc75aac /src/util/ss | |
| parent | 2ea32f3c3b4e16e6ad20c1d39da141d000323c0d (diff) | |
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss')
| -rw-r--r-- | src/util/ss/Makefile.in | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index 81c22da43..25f2857c3 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -171,35 +171,31 @@ clean:: # the Makefile.in file # invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): invocation.c ss_internal.h \ - ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \ copyright.h help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h ss.h \ - $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ - copyright.h + $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): execute_cmd.c ss_internal.h \ - ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \ copyright.h listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c copyright.h ss_internal.h \ - ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \ - $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ - copyright.h -error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(BUILDTOP)/include/com_err.h \ + $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h +error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(COM_ERR_DEPS) \ ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \ - ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.h \ ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \ - $(BUILDTOP)/include/com_err.h + $(COM_ERR_DEPS) list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): list_rqs.c copyright.h \ ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \ - $(BUILDTOP)/include/com_err.h + $(COM_ERR_DEPS) pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \ - $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ - copyright.h + $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \ - ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \ - $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \ - copyright.h + $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h |
