* aclocal.m4: Remove Make-common.in from dependencies.
This commit is contained in:
parent
295dbbe44c
commit
e1dfb8c53c
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
2
sim/common/aclocal.m4
vendored
2
sim/common/aclocal.m4
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue