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
485c9046
Commit
485c9046
authored
May 20, 1994
by
Richard M. Stallman
Browse files
(lib-src): Don't depend on src/paths.h.
parent
b839cea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile.in
Makefile.in
+5
-1
No files found.
Makefile.in
View file @
485c9046
...
...
@@ -221,7 +221,11 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
src
:
lib-src FRC.src
lib-src
:
FRC.lib-src src/paths.h
# This ought to depend on src/paths.h, so that in parallel make
# src/paths.h will be available for the compilations in lib-src.
# But that causes trouble in `make install' if a different prefix
# is specified at that time.
lib-src
:
FRC.lib-src
.RECURSIVE
:
${SUBDIR}
...
...
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