Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7cffe17
Commit
b7cffe17
authored
May 04, 1995
by
Richard M. Stallman
Browse files
(ALL_CFLAGS): Add -I../src.
parent
fe2bf2c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lwlib/Makefile.in
lwlib/Makefile.in
+2
-1
No files found.
lwlib/Makefile.in
View file @
b7cffe17
...
...
@@ -30,10 +30,11 @@ TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
OBJS
=
lwlib.o
$(TOOLKIT_OBJS)
lwlib-utils.o
# ../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)
\
-DEMACS_BITMAP_FILES
-DHAVE_CONFIG_H
-Demacs
\
-I
.
-I
${srcdir}
-I
${srcdir}
/../src
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
.c.o
:
$(CC)
-c
${ALL_CFLAGS}
$<
...
...
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