emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/Makefile.in


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lib-src/Makefile.in
Date: Thu, 15 Sep 2005 09:08:02 -0400

Index: emacs/lib-src/Makefile.in
diff -c emacs/lib-src/Makefile.in:1.144 emacs/lib-src/Makefile.in:1.145
*** emacs/lib-src/Makefile.in:1.144     Sun Aug  7 10:44:16 2005
--- emacs/lib-src/Makefile.in   Thu Sep 15 13:08:01 2005
***************
*** 460,469 ****
  hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
        $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
  
! update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h
!       $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \
          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
-         $(LOADLIBES) -o update-game-score
  
  /* These are NOT included in INSTALLABLES or UTILITIES.
     See ../src/Makefile.in.  */
--- 460,471 ----
  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 $(GETOPTDEPS)
!       $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) 
$(LOADLIBES) -o update-game-score
! 
! update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
!       $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
  
  /* These are NOT included in INSTALLABLES or UTILITIES.
     See ../src/Makefile.in.  */




reply via email to

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