summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shmem/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shmem/unix/Makefile.in b/shmem/unix/Makefile.in
index ffa494cbe..472f2c3ea 100644
--- a/shmem/unix/Makefile.in
+++ b/shmem/unix/Makefile.in
@@ -35,7 +35,7 @@ $(OBJS): Makefile
$(LIB): $(OBJS)
$(RM) -f $@
cd mm; make; cd ..
- cp mm/*.o .
+ cp mm/mm_global.o mm/mm_alloc.o mm/mm_core.o mm/mm_lib.o mm/mm_vers.o .
$(AR) cr $@ $(OBJS)
$(RANLIB) $@