Opened 11 years ago
Closed 11 years ago
#392 closed defect (fixed)
"compile" is a reserved Makefile target name with automake
Reported by: | hholzgra | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | build system | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Trivial |
Description
This breaks "make dist" as compile ends up in
DIST_COMMON and so leads to "can't find file ./compile"
error messages.
Affected files:
applications/secore/secore-core/Makefile.am
and
applications/secore/secore-web/Makefile.am
Solution: rename the "compile" target to something else, e.g. "compileit"
Note:
See TracTickets
for help on using tickets.
It was also in the petascope Makefile, patch submitted.