Mercurial > hg > octave-jordi
diff scripts/control/system/Makefile.in @ 5597:e0e48ea2a93c
[project @ 2006-01-13 21:17:37 by jwe]
author | jwe |
---|---|
date | Fri, 13 Jan 2006 21:17:39 +0000 (2006-01-13) |
parents | cd5cc2a80589 |
children | f9ac7ebf0e19 |
line wrap: on
line diff
--- a/scripts/control/system/Makefile.in +++ b/scripts/control/system/Makefile.in @@ -27,7 +27,7 @@ FCN_FILES = $(wildcard $(srcdir)/*.m) FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) -all: +all: PKG_ADD .PHONY: all install install-strip: @@ -41,6 +41,10 @@ clean: .PHONY: clean +PKG_ADD: $(FCN_FILES) + @echo "making PKG_ADD" + @$(do-mkpkgadd) + tags: $(SOURCES) ctags $(SOURCES)