Mercurial > hg > octave-nkf
diff scripts/plot/Makefile.in @ 810:1865b6725111
[project @ 1994-10-14 18:43:46 by jwe]
author | jwe |
---|---|
date | Fri, 14 Oct 1994 18:47:48 +0000 |
parents | 1844c17634f9 |
children | 0f3e32a0c440 |
line wrap: on
line diff
--- 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 ; \