Changeset 2417 for trunk/Makefile.am


Ignore:
Timestamp:
Jan 29, 2011, 6:57:11 PM (12 years ago)
Author:
Peter
Message:

maintainer-clean-local assumes that nothing is built yet. Ensure that by adding a 'make clean', so the target can be used also outside maintainer-check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2384 r2417  
    88# Copyright (C) 2006 Jari Häkkinen
    99# Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
    10 # Copyright (C) 2009, 2010 Peter Johansson
     10# Copyright (C) 2009, 2010, 2011 Peter Johansson
    1111#
    1212# This file is part of the yat library, http://dev.thep.lu.se/yat
     
    6666  mkdir _inst
    6767  @mcl_install=`cd _inst && pwd` \
     68  && $(MAKE) $(AM_MAKEFLAGS) clean \
    6869  && $(MAKE) $(AM_MAKEFLAGS) prefix=$$mcl_install \
    6970  && $(MAKE) $(AM_MAKEFLAGS) prefix=$$mcl_install install \
Note: See TracChangeset for help on using the changeset viewer.