Opened 11 years ago

Closed 10 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"

Change History (2)

comment:1 by Dimitar Misev, 11 years ago

It was also in the petascope Makefile, patch submitted.

comment:2 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed

renamed to compileit

Note: See TracTickets for help on using tickets.