I have this makefile with the following target (the maMakefile is from
MICO 2.3.10):

...
install:
        for i in $(INSTALLDIRS); do $(MAKE) -C $$i install || exit 1;
done
        if test -f doc/doc.ps; then \
                $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
                $(IMANCMD) doc/doc.ps
$(SHARED_INSTDIR)/doc/mico/manual.ps; \
        fi
        -ldconfig
...

If I do "make install", make responds with "make: 'install' is up to
date. If I rename the target to "install1" it works as expected. Am I
missing something and is this behaviour by design?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to