comparison scripts/control/base/Makefile.in @ 6467:a84de7048629

[project @ 2007-03-27 16:05:15 by jwe]
author jwe
date Tue, 27 Mar 2007 16:05:17 +0000
parents 61091f4af6e4
children 59c0c3637633
comparison
equal deleted inserted replaced
6466:ed0ea8badbff 6467:a84de7048629
67 maintainer-clean: distclean 67 maintainer-clean: distclean
68 rm -f tags TAGS 68 rm -f tags TAGS
69 .PHONY: maintainer-clean 69 .PHONY: maintainer-clean
70 70
71 dist: 71 dist:
72 $(LN_S) $(DISTFILES) ../../../`cat ../../../.fname`/scripts/$(script_sub_dir) 72 ln $(DISTFILES) ../../../`cat ../../../.fname`/scripts/$(script_sub_dir)
73 .PHONY: dist 73 .PHONY: dist