Mercurial > hg > octave-thorsten
diff octMakefile.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 | 238071e680a7 |
line wrap: on
line diff
--- 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