Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: No rules to make zsh.mdh



> gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
> gmake[4]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
> Updated `zftp.mdh'.
> gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12'
> gmake[4]: *** No rule to make target `zsh.mdh'.  Stop.

Hmm ... in Src/Modules/Makefile:

dir_top = ../..
...
$(dir_top)//zsh.mdh: FORCE
        @cd $(dir_top)/ && $(MAKE) $(MAKEDEFS) zsh.mdh


But zsh.mdh is located in $(dir_top)/Src ... and not in $(dir_top)

Actually the next entry reads:

 $(dir_top)/Src/zsh.mdh:
        false # should only happen with make -n

Note initial blank - is it correct? Is it portable?

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author