emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lwlib/Makefile.in
Date: Tue, 29 Apr 2003 20:02:23 -0400

Index: emacs/lwlib/Makefile.in
diff -c emacs/lwlib/Makefile.in:1.26 emacs/lwlib/Makefile.in:1.27
*** emacs/lwlib/Makefile.in:1.26        Sun Apr 28 09:33:40 2002
--- emacs/lwlib/Makefile.in     Tue Apr 29 20:02:23 2003
***************
*** 9,14 ****
--- 9,15 ----
  address@hidden@
  address@hidden@
  address@hidden@
+ address@hidden@
  address@hidden@
  address@hidden@
  # See address@hidden@ is used below.
***************
*** 31,41 ****
  
  # ../src is needed to find config.h.
  ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
!   $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \
    -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
  
  .c.o:
!       $(CC) -c ${ALL_CFLAGS} $<
  
  all:: liblw.a
  
--- 32,42 ----
  
  # ../src is needed to find config.h.
  ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
!   $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CFLAGS) \
    -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
  
  .c.o:
!       $(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
  
  all:: liblw.a
  




reply via email to

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