> Do you have a directory or a file called "install" or
> "INSTALL"? If so,
> make thinks that that's the target you need to make, and reports it as
> up-to-date. You can do one of two things: change the
> Makefile to add a
> ".PHONY: install" (a good thing to do in any case), or add
> "check_c
On Wed, 8 Oct 2003, Joost Kraaijeveld wrote:
> 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 \
> $(IDIRCM
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
3 matches
Mail list logo