autoconf
[Top][All Lists]
Advanced

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

Makefile missing semicolon


From: Hynek Cihlar
Subject: Makefile missing semicolon
Date: Wed, 25 Jul 2007 12:04:54 -0400

Hello,

I have some troubles using autoconf. It creates a Makefile, that won't
compile my targets.

The Makefile snip:
.c.o:
#       if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
#       then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit 1; fi
       source='$<' object='$@' libtool=no \
       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
       $(COMPILE) -c $<

Shouldn't be the shell commands separated by semicolon?


--
Hynek Cihlar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]