emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104339: * lib-src/Makefile.in (updat


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104339: * lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule.
Date: Mon, 23 May 2011 20:43:17 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104339
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-23 20:43:17 -0700
message:
  * lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule.
modified:
  lib-src/ChangeLog
  lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-05-19 06:04:16 +0000
+++ b/lib-src/ChangeLog 2011-05-24 03:43:17 +0000
@@ -1,3 +1,7 @@
+2011-05-24  Glenn Morris  <address@hidden>
+
+       * Makefile.in (update-game-score${EXEEXT}): Use a single rule.
+
 2011-05-19  Glenn Morris  <address@hidden>
 
        * makefile.w32-in (echolisp): Remove rule that is no longer needed.

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2011-05-18 03:39:45 +0000
+++ b/lib-src/Makefile.in       2011-05-24 03:43:17 +0000
@@ -361,12 +361,8 @@
 hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
        $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
 
-update-game-score${EXEEXT}: update-game-score.o
-       $(CC) ${LINK_CFLAGS} update-game-score.o \
-         $(LOADLIBES) -o update-game-score
-
-update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h
-       $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
-         -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
+update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h
+       $(CC) ${ALL_CFLAGS} -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
+         ${srcdir}/update-game-score.c $(LOADLIBES) -o update-game-score
 
 ## Makefile ends here.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]