* (distclean): Remove targ-vals.def.
authorStu Grossman <grossman@cygnus>
Fri, 24 Jan 1997 00:38:32 +0000 (00:38 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 24 Jan 1997 00:38:32 +0000 (00:38 +0000)
sim/common/ChangeLog
sim/common/aclocal.m4

index d338227e6283f30d06da5051cfd78c40f50658fe..ab2f4994064f5d4a544ee960071a7fbb9a190c63 100644 (file)
@@ -1,6 +1,7 @@
 Thu Jan 23 13:35:03 1997  Stu Grossman  (grossman@critters.cygnus.com)
 
        * aclocal.m4:  Remove Make-common.in from dependencies.
+       * (distclean):  Remove targ-vals.def.
 
        * aclocal.m4 (SIM_AC_COMMON):  Move contents of Make-common.in
        into here.  Makes insertion into makefiles easier.  Also, change
index ee4d1448b81f171aed476c97001c8d62aefeda18..767ef42a9613a3ca8c2bde33f70743944cc4eb73 100644 (file)
@@ -259,7 +259,7 @@ clean: \$(SIM_EXTRA_CLEAN)
 distclean mostlyclean maintainer-clean realclean: clean
        rm -f TAGS
        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:
        \$(CC) -c \$(ALL_CFLAGS) \$<