Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile.build

    r8786aa5 r1e4cada  
    8787        generic/udebug.c \
    8888        generic/vfs/vfs.c \
    89         generic/vfs/canonify.c \
    90         generic/stacktrace.c
     89        generic/vfs/canonify.c
    9190
    9291ARCH_SOURCES += \
     
    112111%.o: %.S $(DEPEND)
    113112        $(CC) $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__ -c $< -o $@
    114 ifeq ($(PRECHECK),y)
    115         $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__
    116 endif
    117113
    118114%.o: %.s $(DEPEND)
    119115        $(AS) $(AFLAGS) $< -o $@
    120 ifeq ($(PRECHECK),y)
    121         $(JOBFILE) $(JOB) $< $@ as asm $(AFLAGS)
    122 endif
    123116
    124117%.o: %.c $(DEPEND)
    125118        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    126 ifeq ($(PRECHECK),y)
    127         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    128 endif
    129119
    130120$(DEPEND): $(INCLUDE_KERNEL) $(INCLUDE_ARCH) $(INCLUDE_LIBARCH)
Note: See TracChangeset for help on using the changeset viewer.