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
b2d7a9c7
Commit
b2d7a9c7
authored
Sep 10, 1993
by
Roland McGrath
Browse files
(ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
-I${srcdir}/../src.
parent
e0dd62f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib-src/Makefile.in
lib-src/Makefile.in
+2
-2
No files found.
lib-src/Makefile.in
View file @
b2d7a9c7
...
...
@@ -105,9 +105,9 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
### HAVE_CONFIG_H #defined before they know they can take advantage of
### the information in ../src/config.h.
ALL_CFLAGS
=
${C_SWITCH_SYSTEM}
-Demacs
-DHAVE_CONFIG_H
\
-I
${srcdir}
-I
${srcdir}
/../src
-I
.
-I
../src
${CFLAGS}
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${CFLAGS}
CPP_CFLAGS
=
${C_SWITCH_SYSTEM}
-Demacs
-DHAVE_CONFIG_H
\
-I
${srcdir}
-I
${srcdir}
/../src
-I
.
-I
../src
${CPPFLAGS}
${CFLAGS}
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${CPPFLAGS}
${CFLAGS}
# This is the default compilation command.
# But we should never rely on it, because some make version
# failed to find it for getopt.o. Using an explicit command made it work.
...
...
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