cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/rgmanager/src/utils Makefile
@ 2006-07-19 18:44 lhh
  0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2006-07-19 18:44 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-07-19 18:44:58

Modified files:
	rgmanager/src/utils: Makefile 

Log message:
	Fix typo in Makefile

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- cluster/rgmanager/src/utils/Makefile	2006/07/19 18:43:32	1.12
+++ cluster/rgmanager/src/utils/Makefile	2006/07/19 18:44:58	1.13
@@ -35,22 +35,22 @@
 	${UNINSTALL} $(TARGETS) ${sbindir}
 
 cluarp: cluarp.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clulog: clulog.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clubufflush: clubufflush.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clufindhostname: clufindhostname.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS)
 
 clustat: clustat.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clusvcadm: clusvcadm.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clunfslock: clunfslock.sh
 	cp clunfslock.sh clunfslock



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/rgmanager/src/utils Makefile
@ 2007-02-28 15:17 teigland
  0 siblings, 0 replies; 2+ messages in thread
From: teigland @ 2007-02-28 15:17 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	teigland at sourceware.org	2007-02-28 15:17:01

Modified files:
	rgmanager/src/utils: Makefile 

Log message:
	s/INLUDE/INCLUDE
	From: erwan at seanodes.com

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/Makefile.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.2.1.6.3&r2=1.3.2.1.6.4

--- cluster/rgmanager/src/utils/Makefile	2006/06/16 20:07:47	1.3.2.1.6.3
+++ cluster/rgmanager/src/utils/Makefile	2007/02/28 15:17:00	1.3.2.1.6.4
@@ -35,22 +35,22 @@
 	${UNINSTALL} $(TARGETS) ${sbindir}
 
 cluarp: cluarp.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clulog: clulog.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clubufflush: clubufflush.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clufindhostname: clufindhostname.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clustat: clustat.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clusvcadm: clusvcadm.o
-	$(CC) -o $@ $^ $(INLUDE) $(CFLAGS) $(LDFLAGS)
+	$(CC) -o $@ $^ $(INCLUDE) $(CFLAGS) $(LDFLAGS)
 
 clunfslock: clunfslock.sh
 	cp clunfslock.sh clunfslock



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-28 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-28 15:17 [Cluster-devel] cluster/rgmanager/src/utils Makefile teigland
  -- strict thread matches above, loose matches on Subject: below --
2006-07-19 18:44 lhh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).