From: Jason Rumney Date: Mon, 4 Feb 2008 09:07:32 +0000 (+0000) Subject: (lisp1): Use (), not {}. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/0c55bf826980b0cb6c8351a52ca6c3156829e475 (lisp1): Use (), not {}. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4a3cd85506..51bc2a9bef 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2008-02-04 Jason Rumney + + * makefile.w32-in (lisp1): Use (), not {}. + 2008-02-04 Tom Tromey * etags.c: Added "GTY" as synonym for __attribute__. Updated diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 057d5ab4fd..6a0c8cfbaf 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -203,7 +203,7 @@ lisp1= \ $(lispsource)buff-menu.elc \ $(lispsource)button.elc \ $(lispsource)emacs-lisp/byte-run.elc \ - ${lispsource}composite.elc \ + $(lispsource)composite.elc \ $(lispsource)cus-face.elc \ $(lispsource)cus-start.elc \ $(lispsource)custom.elc \