(lisp1): Use (), not {}.
This commit is contained in:
parent
043386347c
commit
0c55bf8269
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-02-04 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* makefile.w32-in (lisp1): Use (), not {}.
|
||||
|
||||
2008-02-04 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* etags.c: Added "GTY" as synonym for __attribute__. Updated
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue