Mercurial > hg > octave-lyh
changeset 1393:a771d1785c2a
[project @ 1995-09-14 09:31:16 by jwe]
author | jwe |
---|---|
date | Thu, 14 Sep 1995 09:36:42 +0000 |
parents | ea60a2678dec |
children | a45089a6ea41 |
files | libcruft/Makerules.in liboctave/Makefile.in make/misc.make src/Makefile.in |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/Makerules.in +++ b/libcruft/Makerules.in @@ -42,9 +42,9 @@ rm -f *.o .PHONY: mostlyclean -realclean: clean +maintainer-clean: clean rm -f tags TAGS Makefile -.PHONY: realclean +.PHONY: maintainer-clean local-dist: ln $(DISTFILES) ../../`cat ../../.fname`/libcruft/$(THISDIR)
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -114,6 +114,6 @@ ln $(DISTFILES) ../`cat ../.fname`/liboctave .PHONY: dist -ifndef $(omit_deps) +ifndef omit_deps -include $(MAKEDEPS) endif