]> git.pld-linux.org Git - packages/convertfs.git/blame - convertfs-Makefile.patch
- tabs in preamble
[packages/convertfs.git] / convertfs-Makefile.patch
CommitLineData
8bb1ec56 1--- convertfs./Makefile 2006-05-08 15:02:36.000000000 +0200
2+++ convertfs/Makefile 2006-05-08 15:04:04.000000000 +0200
3@@ -4,13 +4,13 @@
4 sync
5
6 devclone: devclone.c
7- gcc -o devclone devclone.c $(CFLAGS)
8+ $(CC) -o devclone devclone.c $(CFLAGS)
9
10 devremap: devremap.c convertfs.h
11- gcc -o devremap devremap.c $(CFLAGS)
12+ $(CC) -o devremap devremap.c $(CFLAGS)
13
14 prepindex: prepindex.c convertfs.h
15- gcc -o prepindex prepindex.c $(CFLAGS)
16+ $(CC) -o prepindex prepindex.c $(CFLAGS)
17
18 clean:
19 rm -f *.o devclone devremap prepindex core
This page took 0.096306 seconds and 4 git commands to generate.