diff options
author | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-10 23:50:32 +0000 |
---|---|---|
committer | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-10 23:50:32 +0000 |
commit | e43c5fa646668b90dd92f6e168e6f395bd2d7648 (patch) | |
tree | befd14f12b40949558c01f92fada45691bde4181 /shmem | |
parent | 24cd795e10a42c542ea967aca8a5cfd0471109f8 (diff) | |
download | libapr-e43c5fa646668b90dd92f6e168e6f395bd2d7648.tar.gz |
stop monkeying around with MM's object files
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r-- | shmem/unix/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shmem/unix/Makefile.in b/shmem/unix/Makefile.in index 970591b2e..dc4cdf0fb 100644 --- a/shmem/unix/Makefile.in +++ b/shmem/unix/Makefile.in @@ -14,14 +14,7 @@ x-local-clean: x-local-distclean: (cd mm && $(MAKE) distclean) -# build the MM library, then copy the objects to this dir so our top-level -# will find them and copy them to the (top)/objs directory -MM_OBJS = \ - mm/mm_global.lo mm/mm_alloc.lo mm/mm_core.lo mm/mm_lib.lo \ - mm/mm_vers.lo - build-mm: (cd mm && $(MAKE) libmm.la) - cp $(MM_OBJS) . # DO NOT REMOVE |