Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb5141d9
Commit
eb5141d9
authored
Feb 10, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lwlib/Makefile.in: Standardize on $(), not ${}.
parent
5708ce5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lwlib/Makefile.in
lwlib/Makefile.in
+3
-3
No files found.
lwlib/Makefile.in
View file @
eb5141d9
...
...
@@ -53,11 +53,11 @@ OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o
# ../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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment