changeset 6362:027389c3e58e

[project @ 2007-02-27 13:00:44 by jwe]
author jwe
date Tue, 27 Feb 2007 13:00:44 +0000
parents 776e657c9422
children e5227a46343d
files libcruft/misc/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/Makefile.in	Tue Feb 27 09:45:03 2007 +0000
+++ b/libcruft/misc/Makefile.in	Tue Feb 27 13:00:44 2007 +0000
@@ -36,7 +36,7 @@
 INCLUDES := f77-fcn.h lo-error.h oct-dlldefs.h quit.h
 
 ifeq ($(SHARED_LIBS), true)
-  CPICDEP = f77-fcn.o lo-error.o cquit.o
+  CPICDEP = machar.o f77-fcn.o lo-error.o cquit.o
   ifdef CPICFLAG
     CPICDEP := $(addprefix pic/, $(CPICDEP))
   endif