diff options
Diffstat (limited to 'lib/am/program.am')
-rw-r--r-- | lib/am/program.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/am/program.am b/lib/am/program.am index c3b79626e..131c4a9c6 100644 --- a/lib/am/program.am +++ b/lib/am/program.am @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. + %PROGRAM%%EXEEXT%: $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_DEPENDENCIES) $(EXTRA_%XPROGRAM%_DEPENDENCIES) %DIRSTAMP% ## Remove program before linking. Otherwise the link will fail if the ## program is running somewhere. FIXME: this could be a loss if |