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
51facdef
Commit
51facdef
authored
May 18, 1993
by
Jim Blandy
Browse files
* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
parent
d1e8f154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib-src/Makefile.in
lib-src/Makefile.in
+1
-1
No files found.
lib-src/Makefile.in
View file @
51facdef
...
...
@@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
### the information in ../src/config.h.
ALL_CFLAGS
=
${C_SWITCH_SYSTEM}
-Demacs
-DHAVE_CONFIG_H
-I
../src
${CFLAGS}
.c.o
:
${CC}
-c
${CPPFLAGS}
${ALL_CFLAGS}
$<
${CC}
-c
${CPPFLAGS}
${ALL_CFLAGS}
$<
all
:
${EXECUTABLES}
...
...
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