diff options
author | Roland McGrath <roland@redhat.com> | 1996-05-09 17:24:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-05-09 17:24:04 +0000 |
commit | 59cb26b58bf174e995274bf14992e9c6898e34e0 (patch) | |
tree | 7da3a7e5cd19709c67cc4db75f758303ec15ef22 | |
parent | 386e27b6228b91063e89fe36231716143715d719 (diff) | |
download | gunmake-59cb26b58bf174e995274bf14992e9c6898e34e0.tar.gz |
Note "sinclude".
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU make NEWS -- history of user-visible changes. 28 February 1996 +GNU make NEWS -- history of user-visible changes. 9 May 1996 Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. See the end for copying conditions. @@ -15,6 +15,9 @@ Version 3.75 can result from unsynchronized clocks, or archived distributions containing bogus timestamps; they confuse Make's dependency engine thoroughly. + +* The new directive `sinclude' is now recognized as another name for + `-include', for compatibility with some other Makes. Version 3.73 |