* Makefile.in (alldeps.mak): Config files are now *.m[ht] as
opposed to m[ht]-*!
This commit is contained in:
parent
510a21946f
commit
f8b4aa8ec3
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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=" { \
|
||||
|
|
Loading…
Reference in a new issue