~ubuntu-branches/ubuntu/saucy/dosfstools/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2013-03-10 19:58:06 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20130310195806-vywfbcwucgagcynz
Tags: 3.0.16-2
Removing all references to my old email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
build: dosfsck dosfslabel mkdosfs
40
40
 
41
 
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o dosfsck.o
 
41
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o charconv.o dosfsck.o
42
42
 
43
 
dosfslabel: boot.o check.o common.o fat.o file.o io.o lfn.o dosfslabel.o
 
43
dosfslabel: boot.o check.o common.o fat.o file.o io.o lfn.o charconv.o dosfslabel.o
44
44
 
45
45
mkdosfs: mkdosfs.o
46
46