# HG changeset patch # User jwe # Date 827929408 0 # Node ID 65e18add08a6dc7438d212fc7bdb4b45060be967 # Parent 91d7630f727af608daf7daec019793ebd235397a [project @ 1996-03-27 12:20:30 by jwe] diff -r 91d7630f727a -r 65e18add08a6 libcruft/Makerules.in --- a/libcruft/Makerules.in Wed Mar 27 12:08:14 1996 +0000 +++ b/libcruft/Makerules.in Wed Mar 27 12:23:28 1996 +0000 @@ -25,7 +25,8 @@ CWD = $(shell pwd) THISDIR = $(notdir $(CWD)) -all: stamp-picdir $(CRUFT_OBJ) $(SPECIAL_DEPEND) $(CRUFT_PICOBJ) +all: stamp-picdir $(CRUFT_OBJ) $(CRUFT_PICOBJ) \ + $(SPECIAL_DEPEND) $(SPECIAL_PICDEPEND) .PHONY: all stamp-picdir: diff -r 91d7630f727a -r 65e18add08a6 libcruft/misc/Makefile.in --- a/libcruft/misc/Makefile.in Wed Mar 27 12:08:14 1996 +0000 +++ b/libcruft/misc/Makefile.in Wed Mar 27 12:23:28 1996 +0000 @@ -12,11 +12,11 @@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -SPECIAL = gen-d1mach.c d1mach-tst.for dostop.c f77-extern.cc lo-error.cc +SPECIAL := gen-d1mach.c d1mach-tst.for dostop.c f77-extern.cc lo-error.cc -SPECIAL_DEPEND = d1mach.o dostop.o f77-extern.o lo-error.o +SPECIAL_DEPEND := d1mach.o dostop.o f77-extern.o lo-error.o -DISTFILES = $(subst d1mach.f, , $(DISTFILES)) +DISTFILES := $(subst d1mach.f, , $(DISTFILES)) EXTERNAL_DISTFILES = $(DISTFILES)