aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-03-31 05:23:15 +0000
committerStu Grossman <grossman@cygnus>1992-03-31 05:23:15 +0000
commitf8b4aa8ec30427af66cb526ee14c3247303b0316 (patch)
tree78042c21cf719358fcedc67176af11a8445ca010 /gdb/Makefile.in
parent510a21946f9b30d766bea9175436b26c3deda6bd (diff)
downloadgdb-f8b4aa8ec30427af66cb526ee14c3247303b0316.zip
gdb-f8b4aa8ec30427af66cb526ee14c3247303b0316.tar.gz
gdb-f8b4aa8ec30427af66cb526ee14c3247303b0316.tar.bz2
* Makefile.in (alldeps.mak): Config files are now *.m[ht] as
opposed to m[ht]-*!
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 4338d3b..d44f101 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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=" { \