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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/Makefile.in [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:51:07 -0400

Index: emacs/lib-src/Makefile.in
diff -c emacs/lib-src/Makefile.in:1.136.4.1 emacs/lib-src/Makefile.in:1.136.4.2
*** emacs/lib-src/Makefile.in:1.136.4.1 Fri Apr 16 12:49:44 2004
--- emacs/lib-src/Makefile.in   Mon Jun 28 07:28:21 2004
***************
*** 1,5 ****
  # Makefile for lib-src subdirectory in GNU Emacs.
! # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003
  #  Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
--- 1,5 ----
  # Makefile for lib-src subdirectory in GNU Emacs.
! # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004
  #  Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
***************
*** 447,453 ****
  
  emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
        $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS)  \
!          -DVERSION=`sed -n -e '/(defconst emacs-version/ 
s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
           $(LOADLIBES) -o emacsclient
  
  hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
--- 447,453 ----
  
  emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
        $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS)  \
!          -DVERSION="\"${version}\"" \
           $(LOADLIBES) -o emacsclient
  
  hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
***************
*** 478,483 ****
        $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
          -lxview -lolgx -lX  -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
          $(LOADLIBES)
- 
- /* arch-tag: cc40144d-fbd2-436b-9a22-dcb5b5b6a2af
-    (do not change this comment) */
--- 478,480 ----




reply via email to

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