diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-04 01:13:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-04 01:13:20 +0000 |
commit | 734dabe0eceb575fcb94d1bb32152a1ab37e880f (patch) | |
tree | 87b2c3d954708ec524953c2de8a4dd8a9db1dd06 /ChangeLog | |
parent | 2b4e72e1d5ccecf590125c022a78a88755c779e5 (diff) | |
download | emacs-734dabe0eceb575fcb94d1bb32152a1ab37e880f.tar.gz |
* Makefile.in (install-arch-dep): Avoid using $$(..) construct,
for Solaris compatibility.
* leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris
compatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5f5de7420c1..bb66706ddff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change) + + * Makefile.in (install-arch-dep): Avoid using $$(..) construct, + for Solaris compatibility. + 2009-04-25 Chong Yidong <cyd@stupidchicken.com> * configure: Regenerate. |