Changeset 04803bf in mainline for uspace/app/edit/Makefile


Ignore:
Timestamp:
2011-03-21T22:00:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
143932e3
Parents:
b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes (needs fixes).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/edit/Makefile

    rb50b5af2 r04803bf  
    11#
    22# Copyright (c) 2005 Martin Decky
     3# Copyright (c) 2007 Jakub Jermar
    34# All rights reserved.
    45#
     
    2728#
    2829
    29 #include <arch/asm/macro.h>
     30USPACE_PREFIX = ../..
     31BINARY = edit
    3032
    31 .text
    32 .global panic_printf
     33SOURCES = \
     34        edit.c \
     35        sheet.c
    3336
    34 panic_printf:
    35         lis %r14, halt@ha
    36         addi %r14, %r14, halt@l
    37         mtlr %r14       # fake stack to make printf return to halt
    38         b printf
     37include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.