You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
769 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -431,12 +431,6 @@ distclean-libtool:
  4. # (2) otherwise, pass the desired values on the `make' command line.
  5. $(RECURSIVE_TARGETS):
  6. @fail= failcom='exit 1'; \
  7. - for f in x $$MAKEFLAGS; do \
  8. - case $$f in \
  9. - *=* | --[!k]*);; \
  10. - *k*) failcom='fail=yes';; \
  11. - esac; \
  12. - done; \
  13. dot_seen=no; \
  14. target=`echo $@ | sed s/-recursive//`; \
  15. list='$(SUBDIRS)'; for subdir in $$list; do \
  16. @@ -456,12 +450,6 @@ $(RECURSIVE_TARGETS):
  17. $(RECURSIVE_CLEAN_TARGETS):
  18. @fail= failcom='exit 1'; \
  19. - for f in x $$MAKEFLAGS; do \
  20. - case $$f in \
  21. - *=* | --[!k]*);; \
  22. - *k*) failcom='fail=yes';; \
  23. - esac; \
  24. - done; \
  25. dot_seen=no; \
  26. case "$@" in \
  27. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \