Changeset 21948 for trunk/src


Ignore:
Timestamp:
Jan 18, 2012, 8:26:23 PM (14 years ago)
Author:
dmik
Message:

Fix building from the project root.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/Makefile.kmk

    r21942 r21948  
    1717pec_LDFLAGS         = -nostdlib -llibos2
    1818
    19 $$(pe_0_OUTDIR)/crt0.obj: crt0.s
    20         $(QUIET)gcc -c -x assembler-with-cpp crt0.s -o $@.o
     19$$(pe_0_OUTDIR)/crt0.obj: $$(pe_DEFPATH)/crt0.s
     20        $(QUIET)gcc -c -x assembler-with-cpp $(pe_DEFPATH)/crt0.s -o $@.o
    2121        $(QUIET)emxomf -m__text $@.o -o $@
    2222
Note: See TracChangeset for help on using the changeset viewer.