# HG changeset patch # User jwe # Date 987723952 0 # Node ID d1c740979382fa62800c43e5ce615f9a59cf38e3 # Parent e5e9bf6d2957e27903fe437c55ec61fc63fce4fd [project @ 2001-04-19 23:45:52 by jwe] diff -r e5e9bf6d2957 -r d1c740979382 libcruft/ChangeLog --- a/libcruft/ChangeLog Thu Apr 19 20:51:17 2001 +0000 +++ b/libcruft/ChangeLog Thu Apr 19 23:45:52 2001 +0000 @@ -1,3 +1,7 @@ +2001-04-19 John W. Eaton + + * misc/Makefile.in (CPICDEP): Remove pic/dostop.o from the list. + 2001-03-27 John W. Eaton * misc/xstopx.f: Delete. diff -r e5e9bf6d2957 -r d1c740979382 libcruft/misc/Makefile.in --- a/libcruft/misc/Makefile.in Thu Apr 19 20:51:17 2001 +0000 +++ b/libcruft/misc/Makefile.in Thu Apr 19 23:45:52 2001 +0000 @@ -29,7 +29,7 @@ ifeq ($(SHARED_LIBS), true) ifdef CPICFLAG - CPICDEP := pic/machar.o pic/dostop.o pic/f77-fcn.o + CPICDEP := pic/machar.o pic/f77-fcn.o endif ifdef CXXPICFLAG CXXPICDEP := pic/f77-extern.o pic/lo-error.o