Changeset 00acd66 in mainline for uspace/app/init/Makefile


Ignore:
Timestamp:
2007-06-23T13:34:01Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72381f1
Parents:
3ae470a
Message:

New, better-structured, directory layout for uspace.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/init/Makefile

    r3ae470a r00acd66  
    2727#
    2828
    29 include ../../version
    30 include ../Makefile.config
     29include ../../../version
     30include ../../Makefile.config
    3131
    3232## Setup toolchain
    3333#
    3434
    35 LIBC_PREFIX = ../libc
    36 SOFTINT_PREFIX = ../softint
     35LIBC_PREFIX = ../../lib/libc
     36SOFTINT_PREFIX = ../../lib/softint
    3737include $(LIBC_PREFIX)/Makefile.toolchain
    3838
    39 CFLAGS += -I../kbd/include
     39CFLAGS += -I../../srv/kbd/include
    4040
    4141LIBS = $(LIBC_PREFIX)/libc.a
Note: See TracChangeset for help on using the changeset viewer.