(lisp1): Use (), not {}.
authorJason Rumney <jasonr@gnu.org>
Mon, 4 Feb 2008 09:07:32 +0000 (09:07 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 4 Feb 2008 09:07:32 +0000 (09:07 +0000)
lib-src/ChangeLog
lib-src/makefile.w32-in

index 4a3cd85..51bc2a9 100644 (file)
@@ -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
index 057d5ab..6a0c8cf 100644 (file)
@@ -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 \