Ignore:
File:
1 edited

Legend:

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

    rcc1f8d4 r8786aa5  
    7979%.o: %.c $(DEPEND)
    8080        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
     81ifeq ($(PRECHECK),y)
     82        $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
     83endif
    8184
    8285$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.