diff lib-src/Makefile.in @ 3792:d0b5038d2959

* Makefile.in: Remember, spaces are not tabs.
author Jim Blandy <jimb@redhat.com>
date Thu, 17 Jun 1993 02:59:21 +0000
parents 6c05414356bc
children 3bd157da2222
line wrap: on
line diff
--- a/lib-src/Makefile.in	Thu Jun 17 02:55:11 1993 +0000
+++ b/lib-src/Makefile.in	Thu Jun 17 02:59:21 1993 +0000
@@ -131,7 +131,7 @@
 	    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 @@
 	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 @@
 	  chown bin ${bindir}/$${file}.new ; \
 	  rm -f ${bindir}/$${file} ; \
 	  mv ${bindir}/$${file}.new ${bindir}/$${file} ; \
-        done
+	done
 
 uninstall:
 	(cd ${bindir}; \
@@ -205,9 +205,9 @@
 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