Does this patch make it work right? I could only verify that the
files compile on my machine.
*** Makefile.in 07 Aug 2005 13:30:16 -0400 1.144
--- Makefile.in 06 Sep 2005 12:21:09 -0400
***************
*** 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. */
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug