~ubuntu-branches/ubuntu/gutsy/commons-daemon/gutsy

« back to all changes in this revision

Viewing changes to src/native/unix/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better
  • Date: 2006-12-04 14:29:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204142908-qi10o2kroi001aci
Tags: 1.0.2~svn20061127-4
Apparently buildds don't grok Build-Depends-Indep. Moved to
Build-Depends as a workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#
16
16
 
17
17
# @author  Pier Fumagalli <mailto:pier.fumagalli@eng.sun.com>
18
 
# @version $Id: Makefile.in 140756 2004-02-27 08:40:46Z jfclere $
 
18
# @version $Id: Makefile.in 208816 2005-07-02 02:08:43Z billbarker $
19
19
 
20
20
SUBDIRS = native
21
21
 
22
22
all: native/all
23
23
 
24
24
native/all:
25
 
        $(MAKE) -C native all
 
25
        (cd native; $(MAKE)  all)
26
26
 
27
27
clean:
28
 
        $(MAKE) -C native clean
 
28
        (cd native; $(MAKE)  clean)
29
29
 
30
30
distclean: clean
31
31
        rm -f config.cache