[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SUFFIX .c++
From: |
Ralf Corsepius |
Subject: |
SUFFIX .c++ |
Date: |
Tue, 10 Jul 2001 03:16:06 +0200 |
Hi,
automake-cvs seems generate broken Makefile.ins for c++-sources if
using '.c++' as suffix for C++ sources:
# ls
..
hello.c++
..
# make
make: *** No rule to make target `hello.o', needed by `hello'.
Stop.
Those Makefile.ins being generated when using .cc and those being
generated when using .c++ differ by one line, only:
# diff -u ....
.SUFFIXES:
-.SUFFIXES: .cc .o .obj
I.e. automake apparently misses to add appropriate suffix-rules
Ralf
- SUFFIX .c++,
Ralf Corsepius <=