config-ml.in: After building symlink tree call make distclean if...

�
	* config-ml.in: After building symlink tree call make distclean
	if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
	to be the case for libiberty.
	* Makefile.in (clean, distclean): Add 'info' explicitly.

From-SVN: r18645
This commit is contained in:
Manfred Hollstein 1998-03-17 01:38:14 +00:00
parent 7d6af352b9
commit edcd669072
1 changed files with 2 additions and 2 deletions

View File

@ -115,14 +115,14 @@ stmp-sub-all:
touch stmp-sub-all
clean mostlyclean:
for dir in $(SUBDIRS); do \
for dir in $(SUBDIRS) info; do \
echo making $@ in $$dir; \
(cd $$dir && $(MAKE) $(MDEFINES) $@ || exit 1); \
done
-rm -f stmp*
distclean: clean texclean
for dir in $(SUBDIRS); do \
for dir in $(SUBDIRS) info; do \
echo making $@ in $$dir; \
(cd $$dir && $(MAKE) $(MDEFINES) $@ || exit 1); \
done