Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
c4e5b404
Commit
c4e5b404
authored
May 12, 2020
by
Jean-Claude Beaudoin
Browse files
'make' suffix rule definitions don't allow prerequisites.
parent
f52bdc0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c/Makefile.in
View file @
c4e5b404
...
...
@@ -91,7 +91,7 @@ all2: ../mkclmin.a ../mkcltop.a all_symbols.o all_symbols2.o cinit.o
.c.o
:
$(CC)
$(CFLAGS)
-o
$@
-c
$<
.d.c
:
$(DPP)
.d.c
:
$(DPP)
$<
$@
...
...
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