* Makefile.in (alldeps.mak): Config files are now *.m[ht] as
authorStu Grossman <grossman@cygnus>
Tue, 31 Mar 1992 05:23:15 +0000 (05:23 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 31 Mar 1992 05:23:15 +0000 (05:23 +0000)
opposed to m[ht]-*!

gdb/ChangeLog
gdb/Makefile.in

index d85a0e4f6d5f775504789147927af76b89cc8b47..838582dd61ab6f8df137bd1891647b1376204528 100644 (file)
@@ -1,5 +1,8 @@
 Mon Mar 30 16:50:43 1992  Stu Grossman  (grossman at cygnus.com)
 
+       * Makefile.in (alldeps.mak):  Config files are now *.m[ht] as
+       opposed to m[ht]-*!
+
        * config/irix4.mh:  Don't use coredep.o.  It doesn't work with procfs.
 
        * mipsread.c (parse_symbol, parse_procedure):  Re-do the way that
index 4338d3b63c6df7a4359ddb188317b574564c33a3..d44f101a2002d24e3fc71145334990a17270b3d2 100644 (file)
@@ -365,7 +365,7 @@ rapp: $(RAPP_OBS)
 
 alldeps.mak: ${srcdir}/config
        rm -f alldeps.mak alldeps.tmp allparam.tmp allconfig.tmp
-       for i in `ls -d ${srcdir}/config/m[ht]-*` ; do \
+       for i in `ls -d ${srcdir}/config/*.m[ht]` ; do \
          echo $$i >>allconfig.tmp; \
          awk <$$i ' \
            $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" { \