Changeset 7ee6aff in mainline for kbd/Makefile


Ignore:
Timestamp:
2006-05-16T13:54:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38edb96
Parents:
450cd3a
Message:

Fixed not compiling uspace after libipc merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/Makefile

    r450cd3a r7ee6aff  
    3131
    3232LIBC_PREFIX = ../libc
    33 LIBIPC_PREFIX = ../libipc
    3433SOFTINT_PREFIX = ../softint
    3534include $(LIBC_PREFIX)/Makefile.toolchain
    3635
    37 CFLAGS += -Iinclude -I../libipc/include -I../libadt/include
     36CFLAGS += -Iinclude -I../libadt/include
    3837
    39 LIBS = $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a
     38LIBS = $(LIBC_PREFIX)/libc.a
    4039
    4140## Sources
Note: See TracChangeset for help on using the changeset viewer.