diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-02-11 03:15:27 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-02-11 03:15:27 +0000 |
| commit | 889def0255a4462295c1a645ae9948c25503a258 (patch) | |
| tree | eb103f44e9b4e6a9059f6adddef90238eb4f88cd /src | |
| parent | d0c7de55d40397bdf8b23553bbe9195c7649cac2 (diff) | |
* post.in: Fix recursion rules to deal with Ultrix sh lossage
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9840 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 2 | ||||
| -rw-r--r-- | src/config/post.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 8f62c8435..9911e26c4 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,5 +1,7 @@ Mon Feb 10 08:39:10 1997 Tom Yu <tlyu@mit.edu> + * post.in: Fix recursion rules to deal with Ultrix sh lossage. + * libobj.in: Remove instances of STAMP.*, since they aren't actually necessary. diff --git a/src/config/post.in b/src/config/post.in index f62ad12c6..0b1f2b44c 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -64,4 +64,5 @@ all-recurse clean-recurse install-recurse check-recurse Makefiles-recurse: echo "Skipping missing directory $(CURRENT_DIR)$$i" ; \ fi; \ done; \ + else :; \ fi |
