diff scripts/statistics/base/Makefile.in @ 5597:e0e48ea2a93c

[project @ 2006-01-13 21:17:37 by jwe]
author jwe
date Fri, 13 Jan 2006 21:17:39 +0000
parents cd5cc2a80589
children f9ac7ebf0e19
line wrap: on
line diff
--- a/scripts/statistics/base/Makefile.in	Fri Jan 13 20:05:51 2006 +0000
+++ b/scripts/statistics/base/Makefile.in	Fri Jan 13 21:17:39 2006 +0000
@@ -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)