diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-09 14:46:43 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-09 14:46:43 +0200 |
commit | d355c9ae681ec4087971175000d34f5bef7da7f4 (patch) | |
tree | 4eb8c432d1c37a58a365cbeb2f5766492cabe7c8 /windhoek/Makefile | |
parent | 9b5b809363999d5e2a25aca9c575c3e4992087c2 (diff) |
windhoek links to dde linux26 libraries properly.
Diffstat (limited to 'windhoek/Makefile')
-rw-r--r-- | windhoek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windhoek/Makefile b/windhoek/Makefile index 803e8dba..8c2589cf 100644 --- a/windhoek/Makefile +++ b/windhoek/Makefile @@ -28,7 +28,7 @@ SRC_C += $(IDEFILES) \ $(PARTITIONFILES) LIBS += --whole-archive --no-whole-archive ../libmachdev/libmachdev.a \ - -ldde_linux26_block -ldde_linux26.o -lddekit \ + -ldde_linux26.o -ldde_linux26_block ../libddekit/libddekit.a \ -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc \ -lports -lhurd-slab |