changeset 6282:0b8a8631f0c7

[project @ 2007-02-08 07:35:07 by jwe]
author jwe
date Thu, 08 Feb 2007 07:35:07 +0000
parents 2298ae7ff342
children 7099f1ae465e
files libcruft/misc/Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/Makefile.in	Thu Feb 08 04:35:20 2007 +0000
+++ b/libcruft/misc/Makefile.in	Thu Feb 08 07:35:07 2007 +0000
@@ -21,7 +21,7 @@
 
 SPECIAL:= d1mach-tst.for $(SPECIAL_SRC) $(SPECIAL_INCLUDE)
 
-SPECIAL_DEPEND := machar.o f77-extern.o f77-fcn.o lo-error.o quit.o
+SPECIAL_DEPEND := machar.o f77-extern.o f77-fcn.o lo-error.o cquit.o quit.o
 
 EXTERNAL_DISTFILES = $(DISTFILES)
 
@@ -37,10 +37,10 @@
 
 ifeq ($(SHARED_LIBS), true)
   ifdef CPICFLAG
-    CPICDEP := pic/machar.o pic/f77-fcn.o
+    CPICDEP := pic/machar.o pic/f77-fcn.o pic/lo-error.o pic/cquit.o
   endif
   ifdef CXXPICFLAG
-    CXXPICDEP := pic/f77-extern.o pic/lo-error.o pic/quit.o
+    CXXPICDEP := pic/f77-extern.o pic/quit.o
   endif
   SPECIAL_PICDEPEND := $(CPICDEP) $(CXXPICDEP)
 endif