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
692f9ac6
Commit
692f9ac6
authored
Aug 27, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
c017c143
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile.in
Makefile.in
+2
-1
No files found.
Makefile.in
View file @
692f9ac6
...
...
@@ -119,10 +119,11 @@ all: src/paths.h ${SUBDIR}
removenullpaths
=
sed
-e
's/^://'
-e
's/:$$//'
-e
's/::/:/'
# Note that sed is not in /bin on 386bsd.
src/paths.h
:
Makefile src/paths.h.in
lisppath
=
`
echo
${lisppath}
|
${removenullpaths}
`
;
\
buildlisppath
=
`
echo
${buildlisppath}
|
${removenullpaths}
`
;
\
/bin/
sed < src/paths.h.in
>
src/paths.h.tmp
\
sed
< src/paths.h.in
>
src/paths.h.tmp
\
-e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'
$
${lisppath}
'";'
\
-e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'
$
${buildlisppath}
'";'
\
-e
's;\(#.*PATH_EXEC\).*$$;\1 "
${libdir}
";'
\
...
...
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