# HG changeset patch # User Richard M. Stallman # Date 764129129 0 # Node ID 7b1ae3d4534c11cd235566bfece52baf33ea95f4 # Parent bfc8a1891b78d3e1595e8ee669f532c285525304 (UTILITIES): `env' deleted. (env): Target deleted. diff -r bfc8a1891b78 -r 7b1ae3d4534c lib-src/Makefile.in --- a/lib-src/Makefile.in Sun Mar 20 01:22:59 1994 +0000 +++ b/lib-src/Makefile.in Sun Mar 20 02:05:29 1994 +0000 @@ -83,7 +83,7 @@ # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ - sorted-doc movemail cvtmail fakemail yow env emacsserver hexl timer + sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. @@ -226,9 +226,6 @@ yow: ${srcdir}/yow.c ../src/paths.h $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow -env: ${srcdir}/env.c ../src/config.h - $(CC) -DEMACS ${ALL_CFLAGS} ${srcdir}/env.c $(LOADLIBES) -o env - emacsserver: ${srcdir}/emacsserver.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver