]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - iasl/patches/iasl-20110922-as-needed.patch
iasl: New package.
[people/ms/ipfire-3.x.git] / iasl / patches / iasl-20110922-as-needed.patch
1 tools/acpiexec/Makefile | 2 +-
2 1 files changed, 1 insertions(+), 1 deletions(-)
3
4 diff --git a/tools/acpiexec/Makefile b/tools/acpiexec/Makefile
5 index ba6b534..8435985 100644
6 --- a/tools/acpiexec/Makefile
7 +++ b/tools/acpiexec/Makefile
8 @@ -269,7 +269,7 @@ CWARNINGFLAGS += \
9 # Rules
10 #
11 $(PROG) : $(OBJECTS)
12 - $(CC) $(LDFLAGS) $(OBJECTS) -o $(PROG)
13 + $(CC) $(OBJECTS) $(LDFLAGS) -o $(PROG)
14 $(COPYPROG)
15
16 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)