diff options
author | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-03 13:25:01 +0000 |
---|---|---|
committer | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-03 13:25:01 +0000 |
commit | b2eace1f47a4ad78db7264e69e80e507fd1af021 (patch) | |
tree | c536774cf3cb5165af68bf77cbb9be38bb1bf388 /Makefile.in | |
parent | 1316a6cb0d914e3a348277ad4827f237815cca37 (diff) | |
download | libapr-b2eace1f47a4ad78db7264e69e80e507fd1af021.tar.gz |
Start of new PRNG.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0c1bdc174..f69845ce1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,6 +133,9 @@ dox: check: $(TARGET_LIB) (cd test && $(MAKE) check) +etags: + etags `find . -name '*.[ch]'` + # DO NOT REMOVE docs: $(INCDIR)/*.h |