Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/Makefile.build

    r336d2faa rcc1f8d4  
    4242        cmds/modules/help/help.c \
    4343        cmds/modules/mkdir/mkdir.c \
    44         cmds/modules/mkfile/mkfile.c \
    4544        cmds/modules/rm/rm.c \
    4645        cmds/modules/bdd/bdd.c \
     
    8079%.o: %.c $(DEPEND)
    8180        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    82 ifeq ($(PRECHECK),y)
    83         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    84 endif
    8581
    8682$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.