emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103220: * lwlib/Makefile.in: Standar


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103220: * lwlib/Makefile.in: Standardize on $(), not ${}.
Date: Thu, 10 Feb 2011 19:30:09 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103220
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-02-10 19:30:09 -0800
message:
  * lwlib/Makefile.in: Standardize on $(), not ${}.
modified:
  lwlib/Makefile.in
=== modified file 'lwlib/Makefile.in'
--- a/lwlib/Makefile.in 2011-02-09 03:25:07 +0000
+++ b/lwlib/Makefile.in 2011-02-11 03:30:09 +0000
@@ -53,11 +53,11 @@
 # ../src is needed to find config.h.
 ALL_CFLAGS= $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
   $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) \
-  ${C_WARNINGS_SWITCH} ${PROFILING_CFLAGS} $(CFLAGS) \
-  -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
+  $(C_WARNINGS_SWITCH) $(PROFILING_CFLAGS) $(CFLAGS) \
+  -DHAVE_CONFIG_H -Demacs -I. -I../src -I$(srcdir) -I$(srcdir)/../src
 
 .c.o:
-       $(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
+       $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
 
 all:: liblw.a
 


reply via email to

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