comparison scripts/elfun/Makefile.in @ 7698:4584feed3ec4

check-m-sources: new target for script Makefiles
author John W. Eaton <jwe@octave.org>
date Fri, 04 Apr 2008 14:22:10 -0400
parents a1dbe9d80eee
children eb63fbe60fab
comparison
equal deleted inserted replaced
7697:0bdfff62cc49 7698:4584feed3ec4
79 .PHONY: maintainer-clean 79 .PHONY: maintainer-clean
80 80
81 dist: 81 dist:
82 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/elfun 82 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/elfun
83 .PHONY: dist 83 .PHONY: dist
84
85 check-m-sources:
86 @$(do-check-m-sources)
87 .PHONY: check-m-sources