aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJim Blandy1993-06-17 02:59:21 +0000
committerJim Blandy1993-06-17 02:59:21 +0000
commit0268f19b0098162fef7b5ca1c0fd5ebac29bf93d (patch)
tree231fec56c9dc3a67b2a3ee15810092edc066a865 /lib-src
parentb73fe8393078c6274871b95f496c20545fa7830f (diff)
downloademacs-0268f19b0098162fef7b5ca1c0fd5ebac29bf93d.tar.gz
emacs-0268f19b0098162fef7b5ca1c0fd5ebac29bf93d.zip
* Makefile.in: Remember, spaces are not tabs.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 1a8256999ea..6ec77277be3 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -131,7 +131,7 @@ ${archlibdir}: all
131 cp $${file} ${archlibdir} ; \ 131 cp $${file} ${archlibdir} ; \
132 chmod 755 ${archlibdir}/$${file} ; \ 132 chmod 755 ${archlibdir}/$${file} ; \
133 done ; \ 133 done ; \
134 fi 134 fi
135 @echo 135 @echo
136 @echo "Changing the owner and group of Emacs's utility programs to \`bin'." 136 @echo "Changing the owner and group of Emacs's utility programs to \`bin'."
137 @echo "(You may ignore errors here if you don't care about this.)" 137 @echo "(You may ignore errors here if you don't care about this.)"
@@ -148,11 +148,11 @@ install: ${archlibdir}
148 for file in ${INSTALLABLES} ; do \ 148 for file in ${INSTALLABLES} ; do \
149 cp $${file} ${bindir}/$${file}.new ; \ 149 cp $${file} ${bindir}/$${file}.new ; \
150 chmod 755 ${bindir}/$${file}.new ; \ 150 chmod 755 ${bindir}/$${file}.new ; \
151 done 151 done
152 for file in ${INSTALLABLE_SCRIPTS} ; do \ 152 for file in ${INSTALLABLE_SCRIPTS} ; do \
153 cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \ 153 cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \
154 chmod 755 ${bindir}/$${file}.new ; \ 154 chmod 755 ${bindir}/$${file}.new ; \
155 done 155 done
156 @echo 156 @echo
157 @echo "Changing the owner and group of utility programs to \`bin'." 157 @echo "Changing the owner and group of utility programs to \`bin'."
158 @echo "(You may ignore errors here if you don't care about this.)" 158 @echo "(You may ignore errors here if you don't care about this.)"
@@ -161,7 +161,7 @@ install: ${archlibdir}
161 chown bin ${bindir}/$${file}.new ; \ 161 chown bin ${bindir}/$${file}.new ; \
162 rm -f ${bindir}/$${file} ; \ 162 rm -f ${bindir}/$${file} ; \
163 mv ${bindir}/$${file}.new ${bindir}/$${file} ; \ 163 mv ${bindir}/$${file}.new ${bindir}/$${file} ; \
164 done 164 done
165 165
166uninstall: 166uninstall:
167 (cd ${bindir}; \ 167 (cd ${bindir}; \
@@ -205,9 +205,9 @@ test-distrib: ${srcdir}/test-distrib.c
205GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) 205GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
206GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h 206GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
207getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h 207getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
208 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c 208 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
209getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h 209getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
210 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c 210 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
211 211
212etags: ${srcdir}/etags.c $(GETOPTDEPS) 212etags: ${srcdir}/etags.c $(GETOPTDEPS)
213 $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags 213 $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags