]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - iasl/patches/iasl-20110922-as-needed.patch
SDL: Remove package
[people/amarx/ipfire-3.x.git] / iasl / patches / iasl-20110922-as-needed.patch
CommitLineData
2032d212
BS
1 tools/acpiexec/Makefile | 2 +-
2 1 files changed, 1 insertions(+), 1 deletions(-)
3
4diff --git a/tools/acpiexec/Makefile b/tools/acpiexec/Makefile
5index 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)