]> git.pld-linux.org Git - packages/XCounter.git/blame - XCounter-make.patch
- converted to UTF-8
[packages/XCounter.git] / XCounter-make.patch
CommitLineData
f519dda9 1diff -ruN XCounter-1.0.6/Makefile XCounter-1.0.6-stare/Makefile
2--- XCounter-1.0.6/Makefile Sun May 5 07:43:53 2002
3+++ XCounter-1.0.6-stare/Makefile Mon May 6 13:26:16 2002
4@@ -3,7 +3,7 @@
5 FLAGS = -O2
6 OBJS = XCounter.o XCounterData.o
7 INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/share/include
8-
9+BINDIR = /usr/bin
10 all:: clean XCounter
11
12 .c.o:
13@@ -20,7 +20,7 @@
14 rm -f *~
15
16 install:: XCounter
17- install -s -g root -o root -m 755 XCounter /usr/local/bin/
36399da3 18+ install -D XCounter $(BINDIR)/XCounter
f519dda9 19
20 uninstall:: XCounter
21 rm -f /usr/local/bin/XCounter
398aa535 22--- XCounter-1.0.6.orig/Makefile 2006-05-13 22:51:41.000000000 +0200
23+++ XCounter-1.0.6/Makefile 2006-05-13 22:52:02.000000000 +0200
24@@ -7,10 +7,10 @@
25 all:: clean XCounter
26
27 .c.o:
28- gcc $(INCLUDES) $(FLAGS) -c -Wall $< -o $*.o
29+ $(CC) $(INCLUDES) $(FLAGS) -c -Wall $< -o $*.o
30
31 XCounter: $(OBJS)
32- gcc $(FLAGS) -o XCounter $^ $(LIBDIR) $(LIBS)
33+ $(CC) $(FLAGS) -o XCounter $^ $(LIBDIR) $(LIBS)
34
35 clean::
36 for i in $(OBJS) ; do \
This page took 0.096969 seconds and 4 git commands to generate.