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
0268f19b
Commit
0268f19b
authored
Jun 17, 1993
by
Jim Blandy
Browse files
* Makefile.in: Remember, spaces are not tabs.
parent
b73fe839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lib-src/Makefile.in
lib-src/Makefile.in
+6
-6
No files found.
lib-src/Makefile.in
View file @
0268f19b
...
...
@@ -131,7 +131,7 @@ ${archlibdir}: all
cp
$
${file}
${archlibdir}
;
\
chmod
755
${archlibdir}
/
$
${file}
;
\
done
;
\
fi
fi
@
echo
@
echo
"Changing the owner and group of Emacs's utility programs to
\`
bin'."
@
echo
"(You may ignore errors here if you don't care about this.)"
...
...
@@ -148,11 +148,11 @@ install: ${archlibdir}
for
file
in
${INSTALLABLES}
;
do
\
cp
$
${file}
${bindir}
/
$
${file}
.new
;
\
chmod
755
${bindir}
/
$
${file}
.new
;
\
done
done
for
file
in
${INSTALLABLE_SCRIPTS}
;
do
\
cp
${srcdir}
/
$
${file}
${bindir}
/
$
${file}
.new
;
\
chmod
755
${bindir}
/
$
${file}
.new
;
\
done
done
@
echo
@
echo
"Changing the owner and group of utility programs to
\`
bin'."
@
echo
"(You may ignore errors here if you don't care about this.)"
...
...
@@ -161,7 +161,7 @@ install: ${archlibdir}
chown
bin
${bindir}
/
$
${file}
.new
;
\
rm
-f
${bindir}
/
$
${file}
;
\
mv
${bindir}
/
$
${file}
.new
${bindir}
/
$
${file}
;
\
done
done
uninstall
:
(
cd
${bindir}
;
\
...
...
@@ -205,9 +205,9 @@ test-distrib: ${srcdir}/test-distrib.c
GETOPTOBJS
=
getopt.o getopt1.o
$(ALLOCA)
GETOPTDEPS
=
$(GETOPTOBJS)
${srcdir}
/getopt.h
getopt.o
:
${srcdir}/getopt.c ${srcdir}/getopt.h
${CC}
-c
${CPP_CFLAGS}
${srcdir}/getopt.c
${CC}
-c
${CPP_CFLAGS}
${srcdir}
/getopt.c
getopt1.o
:
${srcdir}/getopt1.c ${srcdir}/getopt.h
${CC}
-c
${CPP_CFLAGS}
${srcdir}/getopt1.c
${CC}
-c
${CPP_CFLAGS}
${srcdir}
/getopt1.c
etags
:
${srcdir}/etags.c $(GETOPTDEPS)
$(CC)
${CPP_CFLAGS}
-DETAGS
${srcdir}
/etags.c
$(GETOPTOBJS)
$(LOADLIBES)
-o
etags
...
...
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