[Glade-users] 1.1.3 Problem



Hi

Damon Chaplin <damon karuna uklinux net> writes:

Can you send the part around line 170 of src/Makefile, so we can try to
spot the problem.

$(RECURSIVE_TARGETS):
        @set fnord $(MAKEFLAGS); amf=$$2; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            dot_seen=yes; \
            local_target="$$target-am"; \
          else \
            local_target="$$target"; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit
        1;; esac; \
        done; \
        if test "$$dot_seen" = "no"; then \
170 ==>   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"

I haven't heard of this problem before.

I don't know if this helps bu the only other person I know of who has
had this problem is running Gentoo as I am.

Thanks
Phil Jackson





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]