From e1dfb8c53ccb8d998b52eb54b9991f9df7d77f3a Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 24 Jan 1997 00:03:05 +0000 Subject: [PATCH] * aclocal.m4: Remove Make-common.in from dependencies. --- sim/common/ChangeLog | 2 ++ sim/common/aclocal.m4 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 30dc7e872ca..d338227e628 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,7 @@ Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com) + * aclocal.m4: Remove Make-common.in from dependencies. + * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in into here. Makes insertion into makefiles easier. Also, change the way that callback.o, gentmap, targ-vals.h, targ-map.c, diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index c2c3982561b..ee4d1448b81 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -267,7 +267,7 @@ distclean mostlyclean maintainer-clean realclean: clean # Dummy target to force execution of dependent targets. force: -Makefile: Makefile.in \$(srcdir)/../common/Make-common.in config.status +Makefile: Makefile.in config.status CONFIG_HEADERS= \$(SHELL) ./config.status config.status: configure -- 2.30.2