# HG changeset patch # User jwe # Date 782160468 0 # Node ID 1865b672511144d86be9efe4202460defda87027 # Parent 39073da2ec568326f636686522c6a2f500b845cb [project @ 1994-10-14 18:43:46 by jwe] diff --git a/doc/interpreter/Makefile.in b/doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -126,7 +126,7 @@ .PHONY: check install: all - $(srcdir)/mkinstalldirs $(infodir) $(mandir) + $(top_srcdir)/mkinstalldirs $(infodir) $(mandir) if test -d $(infodir) ; then \ rm -f $(infodir)/octave.info* ; \ if test -f octave.info ; then \ diff --git a/libcruft/Makefile.in b/libcruft/Makefile.in --- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -55,7 +55,7 @@ install: for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $(MDEFINES) $@; cd ..; done - $(srcdir)/mkinstalldirs $(libdir) + $(top_srcdir)/mkinstalldirs $(libdir) rm -f $(libdir)/libcruft.a $(INSTALL_DATA) libcruft.a $(libdir)/libcruft.a $(RANLIB) $(libdir)/libcruft.a diff --git a/liboctave/Makefile.in b/liboctave/Makefile.in --- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -70,7 +70,7 @@ .PHONY: check install: all - $(srcdir)/mkinstalldirs $(libdir) $(includedir) + $(top_srcdir)/mkinstalldirs $(libdir) $(includedir) rm -f $(libdir)/liboctave.a $(INSTALL_DATA) liboctave.a $(libdir)/liboctave.a $(RANLIB) $(libdir)/liboctave.a diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -112,7 +112,7 @@ .PHONY: BUGS.info install: - $(srcdir)/mkinstalldirs $(DIRS_TO_MAKE) + $(top_srcdir)/mkinstalldirs $(DIRS_TO_MAKE) install -m 755 octave-bug $(bindir)/octave-bug for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done .PHONY: install diff --git a/scripts/control/Makefile.in b/scripts/control/Makefile.in --- a/scripts/control/Makefile.in +++ b/scripts/control/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/elfun/Makefile.in b/scripts/elfun/Makefile.in --- a/scripts/elfun/Makefile.in +++ b/scripts/elfun/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/general/Makefile.in b/scripts/general/Makefile.in --- a/scripts/general/Makefile.in +++ b/scripts/general/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/image/Makefile.in b/scripts/image/Makefile.in --- a/scripts/image/Makefile.in +++ b/scripts/image/Makefile.in @@ -37,17 +37,17 @@ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) octtopnm.o -o octtopnm install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ done - $(srcdir)/mkinstalldirs $(fcnfiledir)/imagelib + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/imagelib for f in $(IMAGE_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/imagelib/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/imagelib/$$f ; \ done - $(srcdir)/mkinstalldirs $(archlibdir) + $(top_srcdir)/mkinstalldirs $(archlibdir) $(INSTALL_PROGRAM) octtopnm $(archlibdir)/octtopnm .PHONY: install diff --git a/scripts/linear-algebra/Makefile.in b/scripts/linear-algebra/Makefile.in --- a/scripts/linear-algebra/Makefile.in +++ b/scripts/linear-algebra/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/miscellaneous/Makefile.in b/scripts/miscellaneous/Makefile.in --- a/scripts/miscellaneous/Makefile.in +++ b/scripts/miscellaneous/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/polynomial/Makefile.in b/scripts/polynomial/Makefile.in --- a/scripts/polynomial/Makefile.in +++ b/scripts/polynomial/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/set/Makefile.in b/scripts/set/Makefile.in --- a/scripts/set/Makefile.in +++ b/scripts/set/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/signal/Makefile.in b/scripts/signal/Makefile.in --- a/scripts/signal/Makefile.in +++ b/scripts/signal/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/specfun/Makefile.in b/scripts/specfun/Makefile.in --- a/scripts/specfun/Makefile.in +++ b/scripts/specfun/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/special-matrix/Makefile.in b/scripts/special-matrix/Makefile.in --- a/scripts/special-matrix/Makefile.in +++ b/scripts/special-matrix/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/scripts/startup/Makefile.in b/scripts/startup/Makefile.in --- a/scripts/startup/Makefile.in +++ b/scripts/startup/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) if test -f $(fcnfiledir)/$(script_sub_dir)/octaverc ; then true ; \ else \ $(INSTALL_DATA) $(srcdir)/octaverc \ diff --git a/scripts/statistics/Makefile.in b/scripts/statistics/Makefile.in --- a/scripts/statistics/Makefile.in +++ b/scripts/statistics/Makefile.in @@ -31,7 +31,7 @@ .PHONY: all install: all - $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) + $(top_srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) for f in $(FCN_FILES_NO_DIR) ; do \ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -150,7 +150,7 @@ .PHONY: check install: all - $(srcdir)/mkinstalldirs $(bindir) $(libdir) + $(top_srcdir)/mkinstalldirs $(bindir) $(libdir) rm -f $(bindir)/octave $(INSTALL) octave $(bindir)/octave-$(version) ln $(bindir)/octave-$(version) $(bindir)/octave