Commit edcd6690 by Manfred Hollstein

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
parent 7d6af352
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment