# HG changeset patch # User David J. MacKenzie # Date 782004523 0 # Node ID 6becf5fe3d5d1118a93c89af1c86e649acf6bee2 # Parent 5825378d775b6a92ea52d4e2418cfdbbb4f161e3 remove make-path diff -r 5825378d775b -r 6becf5fe3d5d lib-src/Makefile.in --- a/lib-src/Makefile.in Wed Oct 12 23:28:02 1994 +0000 +++ b/lib-src/Makefile.in Wed Oct 12 23:28:43 1994 +0000 @@ -61,6 +61,9 @@ srcdir=@srcdir@ VPATH=@srcdir@ +# The top-level source directory, also set by configure. +top_srcdir=@top_srcdir@ + # ==================== Emacs-specific directories ==================== # These variables hold the values Emacs will actually use. They are @@ -92,7 +95,7 @@ UTILITIES= wakeup profile digest-doc \ sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer -DONT_INSTALL= test-distrib make-docfile make-path +DONT_INSTALL= test-distrib make-docfile # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. @@ -220,7 +223,7 @@ ${archlibdir}: all @echo @echo "Installing utilities run internally by Emacs." - ./make-path ${archlibdir} + $(top_srcdir)/mkinstalldirs ${archlibdir} if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \ for file in ${UTILITIES}; do \ (cd ..; $(INSTALL_PROGRAM) lib-src/$$file ${archlibdir}/$$file) ; \ @@ -361,9 +364,6 @@ timer: ${TIMEROBJS} $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer -make-path: ${srcdir}/make-path.c ../src/config.h - $(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path - /* These are NOT included in INSTALLABLES or UTILITIES. See ../src/Makefile.in.in. */ emacstool: ${srcdir}/emacstool.c