Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: No rules to make zsh.mdh
- X-seq: zsh-workers 9113
 
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>,        "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: RE: No rules to make zsh.mdh
 
- Date: Sun, 19 Dec 1999 14:41:21 +0300
 
- Importance: Normal
 
- In-reply-to: <000001bf4a13$df7eb3c0$21c9ca95@xxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
> 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