Mercurial > hg > octave-nkf
diff scripts/plot/Makefile.in @ 3028:6d56646a2d1f
[project @ 1997-06-05 06:34:21 by jwe]
author | jwe |
---|---|
date | Thu, 05 Jun 1997 06:35:11 +0000 |
parents | 1dd37f97364a |
children | fa4dfbc33ce5 |
line wrap: on
line diff
--- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -34,15 +34,15 @@ install install-strip: $(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 ; \ + 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 .PHONY: install install-strip uninstall: - for f in $(FCN_FILES_NO_DIR) ; \ - do rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ + for f in $(FCN_FILES_NO_DIR); \ + do rm -f $(fcnfiledir)/$(script_sub_dir)/$$f; \ done .PHONY: uninstall