]> git.pld-linux.org Git - packages/XCounter.git/commitdiff
- Makefile patch
authorklark <klark@linuxpl.com>
Mon, 6 May 2002 11:47:15 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XCounter-make.patch -> 1.1

XCounter-make.patch [new file with mode: 0644]

diff --git a/XCounter-make.patch b/XCounter-make.patch
new file mode 100644 (file)
index 0000000..12c791b
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ruN XCounter-1.0.6/Makefile XCounter-1.0.6-stare/Makefile
+--- XCounter-1.0.6/Makefile    Sun May  5 07:43:53 2002
++++ XCounter-1.0.6-stare/Makefile      Mon May  6 13:26:16 2002
+@@ -3,7 +3,7 @@
+ FLAGS = -O2
+ OBJS =  XCounter.o XCounterData.o
+ INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/share/include
+-
++BINDIR = /usr/bin
+ all:: clean XCounter
+ .c.o:
+@@ -20,7 +20,7 @@
+       rm -f *~
+ install:: XCounter
+-      install -s -g root -o root -m 755 XCounter /usr/local/bin/
++      install -s XCounter $(BINDIR)
+ uninstall:: XCounter
+       rm -f /usr/local/bin/XCounter
+Binary files XCounter-1.0.6/XCounter and XCounter-1.0.6-stare/XCounter differ
+Binary files XCounter-1.0.6/XCounter.o and XCounter-1.0.6-stare/XCounter.o differ
+Binary files XCounter-1.0.6/XCounterData.o and XCounter-1.0.6-stare/XCounterData.o differ
This page took 0.048738 seconds and 4 git commands to generate.