summaryrefslogtreecommitdiff
blob: fb563d10e1bc4fcd0d88b100061b64bd126680c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
diff -NuarwbB open-iscsi-2.0-872/usr/Makefile open-iscsi-2.0-872.orig/usr/Makefile
--- open-iscsi-2.0-872.orig/usr/Makefile	2012-02-09 08:58:04.402623915 +0000
+++ open-iscsi-2.0-872/usr/Makefile	2012-02-09 08:56:51.159070006 +0000
@@ -65,6 +65,6 @@
 	rm -f *.o $(PROGRAMS) .depend $(LIBSYS)
 
 depend:
+	$(CC) $(CFLAGS) -M `ls *.c` > .depend
-	gcc $(CFLAGS) -M `ls *.c` > .depend
 
 -include .depend
diff -NuarwbB open-iscsi-2.0-872/utils/fwparam_ibft/Makefile open-iscsi-2.0-872.orig/utils/fwparam_ibft/Makefile
--- open-iscsi-2.0-872.orig/utils/fwparam_ibft/Makefile	2012-02-09 08:57:58.579273051 +0000
+++ open-iscsi-2.0-872/utils/fwparam_ibft/Makefile	2010-08-11 15:27:07.000000000 +0000
@@ -38,6 +38,6 @@
 $(OBJS): prom_parse.tab.h prom_parse.h fwparam_ibft.h
 
 depend:
+	$(CC) $(CFLAGS) -M `ls *.c` > .depend
-	gcc $(CFLAGS) -M `ls *.c` > .depend
 
 -include .depend
diff -NuarwbB open-iscsi-2.0-872/utils/Makefile open-iscsi-2.0-872.orig/utils/Makefile
--- open-iscsi-2.0-872.orig/utils/Makefile	2012-02-09 08:57:37.825877235 +0000
+++ open-iscsi-2.0-872/utils/Makefile	2012-02-09 08:56:51.145736633 +0000
@@ -12,6 +12,6 @@
 	rm -f *.o $(PROGRAMS) .depend
 
 depend:
+	$(CC) $(CFLAGS) -M `ls *.c` > .depend
-	gcc $(CFLAGS) -M `ls *.c` > .depend
 
 -include .depend
diff -NuarwbB open-iscsi-2.0-872/utils/open-isns/Makefile.in open-iscsi-2.0-872.orig/utils/open-isns/Makefile.in
--- open-iscsi-2.0-872.orig/utils/open-isns/Makefile.in	2012-02-09 08:57:47.812573971 +0000
+++ open-iscsi-2.0-872/utils/open-isns/Makefile.in	2010-08-11 15:27:07.000000000 +0000
@@ -77,6 +77,6 @@
 	ar cr $@ $(LIBOBJS)
 
 depend:
+	$(CC) $(CFLAGS) -M `ls *.c` > .depend
-	gcc $(CFLAGS) -M `ls *.c` > .depend
 
 -include .depend
diff -NuarwbB open-iscsi-2.0-872/utils/sysdeps/Makefile open-iscsi-2.0-872.orig/utils/sysdeps/Makefile
--- open-iscsi-2.0-872.orig/utils/sysdeps/Makefile	2012-02-09 08:57:43.459227530 +0000
+++ open-iscsi-2.0-872/utils/sysdeps/Makefile	2010-08-11 15:27:07.000000000 +0000
@@ -10,6 +10,6 @@
 	rm -f *.o .depend
 
 depend:
+	$(CC) $(CFLAGS) -M `ls *.c` > .depend
-	gcc $(CFLAGS) -M `ls *.c` > .depend
 
 -include .depend