Makefile: libip4tc.c should depend on libiptc.c

Olivier Baudron Olivier.Baudron@ens.fr
Wed, 05 Jul 2000 14:48:40 +0200


After 'make', if you issue:
# touch libiptc/libiptc.c
# make

You get:
make: Nothing to be done for `default'.

The reason is that libiptc.c is included in libip4tc.c via preprocessing.

Olivier.