diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-27 23:30:59 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-27 23:30:59 +0000 |
commit | 046956a2cb439d2aae05273101b880ebeccddba8 (patch) | |
tree | 5490f235c2738e25e2f292d9fb77f412c801f19b /shmem | |
parent | 1767e19fdf165e08b73ffa7faa5e2ee1ad78748a (diff) | |
download | libapr-046956a2cb439d2aae05273101b880ebeccddba8.tar.gz |
Cleanup more files when make distclean is used. This should be all the
files that should be cleaned.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r-- | shmem/unix/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shmem/unix/Makefile.in b/shmem/unix/Makefile.in index 472f2c3ea..085863ddb 100644 --- a/shmem/unix/Makefile.in +++ b/shmem/unix/Makefile.in @@ -29,6 +29,7 @@ clean: distclean: clean -$(RM) -f Makefile + cd mm; make distclean; cd .. $(OBJS): Makefile |