diff options
author | Stu Grossman <grossman@cygnus> | 1997-01-24 00:03:05 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-01-24 00:03:05 +0000 |
commit | e1dfb8c53ccb8d998b52eb54b9991f9df7d77f3a (patch) | |
tree | 16e380a33e13196d0a8992f97a931416b0da2fd3 | |
parent | 295dbbe44c182edd4201672e6ed5eda9323cfdf4 (diff) | |
download | gdb-e1dfb8c53ccb8d998b52eb54b9991f9df7d77f3a.zip gdb-e1dfb8c53ccb8d998b52eb54b9991f9df7d77f3a.tar.gz gdb-e1dfb8c53ccb8d998b52eb54b9991f9df7d77f3a.tar.bz2 |
* aclocal.m4: Remove Make-common.in from dependencies.
-rw-r--r-- | sim/common/ChangeLog | 2 | ||||
-rw-r--r-- | sim/common/aclocal.m4 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 30dc7e8..d338227 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 c2c3982..ee4d144 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 |