summaryrefslogtreecommitdiff
path: root/sysutils/x86info/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/x86info/files/patch-Makefile')
-rw-r--r--sysutils/x86info/files/patch-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile
new file mode 100644
index 000000000000..88d0fde539d3
--- /dev/null
+++ b/sysutils/x86info/files/patch-Makefile
@@ -0,0 +1,18 @@
+--- Makefile.orig Mon Oct 15 02:07:53 2001
++++ Makefile Mon Oct 15 02:08:22 2001
+@@ -1,4 +1,4 @@
+-CFLAGS = -Wall -W -g -O2
++#CFLAGS = -Wall -W -g -O2
+ all: x86info
+
+ OBJS =\
+@@ -22,6 +22,9 @@
+
+ x86info: $(OBJS)
+ gcc -o x86info $(OBJS)
++
++.c.o:
++ gcc $(CFLAGS) -o $@ -c $<
+
+ clean:
+ rm -f *.o x86info