changeset 2037:65e18add08a6

[project @ 1996-03-27 12:20:30 by jwe]
author jwe
date Wed, 27 Mar 1996 12:23:28 +0000
parents 91d7630f727a
children 5d31694d14bd
files libcruft/Makerules.in libcruft/misc/Makefile.in
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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)