# HG changeset patch # User Richard M. Stallman # Date 760424318 0 # Node ID 9ea3cf9013ccce42984650b018b895c5da0d2706 # Parent 913f27480fad62edd08992446bb81c9621521cfd (profile): New target. (UTILITIES): Mention profile. diff -r 913f27480fad -r 9ea3cf9013cc lib-src/Makefile.in --- a/lib-src/Makefile.in Sat Feb 05 02:23:44 1994 +0000 +++ b/lib-src/Makefile.in Sat Feb 05 04:58:38 1994 +0000 @@ -81,8 +81,8 @@ # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. -UTILITIES= test-distrib make-path wakeup make-docfile digest-doc sorted-doc \ - movemail cvtmail fakemail yow env emacsserver hexl timer +UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ + sorted-doc movemail cvtmail fakemail yow env emacsserver hexl timer # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. @@ -198,6 +198,9 @@ wakeup: ${srcdir}/wakeup.c $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup +profile: ${srcdir}/profile.c + $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile + make-docfile: ${srcdir}/make-docfile.c $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile