Mercurial > hg > octave-lyh
diff scripts/general/Makefile.in @ 803:1844c17634f9
[project @ 1994-10-13 23:17:34 by jwe]
author | jwe |
---|---|
date | Thu, 13 Oct 1994 23:17:34 +0000 |
parents | 9d000ef9aae8 |
children | 1865b6725111 |
line wrap: on
line diff
--- a/scripts/general/Makefile.in +++ b/scripts/general/Makefile.in @@ -31,8 +31,7 @@ .PHONY: all install: all - if test -d $(fcnfiledir)/$(script_sub_dir) ; then true ; \ - else $(TOPDIR)/mkpath $(fcnfiledir)/$(script_sub_dir) ; fi + $(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 ; \