Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/Makefile.in

    r3809 r3894  
    461461        $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl 
    462462 
    463 update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h 
    464         $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \ 
     463update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) 
     464        $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score 
     465 
     466update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) 
     467        $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ 
    465468          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ 
    466           $(LOADLIBES) -o update-game-score 
    467469 
    468470/* These are NOT included in INSTALLABLES or UTILITIES.