Changes in uspace/Makefile [1ea99cc:2a18193c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1ea99cc r2a18193c  
    3838        lib/softint \
    3939        lib/softfloat \
    40         lib/libtest \
    4140        srv/bd/ata_bd \
    4241        srv/bd/file_bd \
     
    5554        app/tetris \
    5655        app/tester \
    57         app/dltest2 \
    58         app/dload \
    5956        app/trace \
    6057        app/klog \
     
    7774endif
    7875
    79 ifeq ($(CONFIG_BUILD_SHARED_LIBC), y)
    80         DIRS += \
    81                 lib/libc/shared \
    82                 app/dltest
    83 endif
    84 
    85 
    8676BUILDS := $(addsuffix .build,$(DIRS))
    8777CLEANS := $(addsuffix .clean,$(DIRS))
    8878
    89 .PHONY: all $(BUILDS) $(CLEANS) clean kerninc
     79.PHONY: all $(BUILDS) $(CLEANS) clean
    9080
    9181all: ../Makefile.config ../config.h ../config.defs $(BUILDS)
Note: See TracChangeset for help on using the changeset viewer.