summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-aa')
-rw-r--r--emulators/wine/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine/patches/patch-aa b/emulators/wine/patches/patch-aa
index 49360e39ad4..c91b16a24b6 100644
--- a/emulators/wine/patches/patch-aa
+++ b/emulators/wine/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.28 2007/07/01 10:04:26 adam Exp $
+$NetBSD: patch-aa,v 1.29 2008/06/22 23:38:18 dholland Exp $
---- Make.rules.in.orig 2007-06-29 19:36:20.000000000 +0200
-+++ Make.rules.in
-@@ -119,7 +119,7 @@ CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_
- $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) \
- $(MC_SRCS:.mc=.mc.rc) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res)
+--- Make.rules.in.orig 2008-06-17 10:07:31.000000000 -0400
++++ Make.rules.in 2008-06-22 12:22:40.000000000 -0400
+@@ -120,7 +120,7 @@
+ CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \
+ $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) $(MC_SRCS:.mc=.mc.rc)
-OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o) $(EXTRA_OBJS)
+OBJS = $(EXTRA_OBJS) $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o)