mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* (distclean): Remove targ-vals.def.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
|
Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
|
||||||
|
|
||||||
* aclocal.m4: Remove Make-common.in from dependencies.
|
* aclocal.m4: Remove Make-common.in from dependencies.
|
||||||
|
* (distclean): Remove targ-vals.def.
|
||||||
|
|
||||||
* aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
|
* aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
|
||||||
into here. Makes insertion into makefiles easier. Also, change
|
into here. Makes insertion into makefiles easier. Also, change
|
||||||
|
2
sim/common/aclocal.m4
vendored
2
sim/common/aclocal.m4
vendored
@ -259,7 +259,7 @@ clean: \$(SIM_EXTRA_CLEAN)
|
|||||||
distclean mostlyclean maintainer-clean realclean: clean
|
distclean mostlyclean maintainer-clean realclean: clean
|
||||||
rm -f TAGS
|
rm -f TAGS
|
||||||
rm -f Makefile config.cache config.log config.status
|
rm -f Makefile config.cache config.log config.status
|
||||||
rm -f tconfig.h config.h stamp-h
|
rm -f tconfig.h config.h stamp-h targ-vals.def
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
\$(CC) -c \$(ALL_CFLAGS) \$<
|
\$(CC) -c \$(ALL_CFLAGS) \$<
|
||||||
|
Reference in New Issue
Block a user