From 0c55bf826980b0cb6c8351a52ca6c3156829e475 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 4 Feb 2008 09:07:32 +0000 Subject: [PATCH] (lisp1): Use (), not {}. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4a3cd85506f..51bc2a9befd 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 057d5ab4fd5..6a0c8cfbaf1 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 \ -- 2.39.2