Fruneau / pfixtools

The pfixtools project is a collection of postfix-related tools. The pfixtools are written in C.
Other
26 stars 7 forks source link

Cannot build: common/mk/common.mk missing. #22

Open dreirund opened 6 years ago

dreirund commented 6 years ago

The Makefile states include common/mk/common.mk, but common/ is empty.

Running make will output:

Makefile:69: common/mk/common.mk: No such file or directory
make: *** No rule to make target 'common/mk/common.mk'.  Stop.
Fruneau commented 6 years ago

Hello,

common is a submodule. This means you have to check it out using the following command: git submodule --init --recursive from the root of the pfixtools directory.