Changeset a18da67 in mainline


Ignore:
Timestamp:
2019-06-05T13:20:01Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4cf312
Parents:
f3f4149
Message:

Remove remnants of a removed variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rf3f4149 ra18da67  
    4646        $(LIBC_PREFIX)/crt1.o \
    4747        $(LIBRARY).a
    48 
    49 PRE_DEPEND = $(INCLUDE_LIBC)
    50 EXTRA_CLEAN = $(INCLUDE_LIBC)
    5148
    5249SOURCES = \
     
    131128        cp -L $(EXPORT_FILES) $(EXPORT_DIR)/lib
    132129
    133 export-includes: $(INCLUDE_LIBC) $(shell find ./include ../c/arch/$(UARCH)/include $(ROOT_PATH)/abi/include -name '*.h')
     130export-includes: $(shell find ./include ../c/arch/$(UARCH)/include $(ROOT_PATH)/abi/include -name '*.h')
    134131        mkdir -p $(EXPORT_DIR)/include
    135132        rm -rf $(EXPORT_DIR)/include.new
Note: See TracChangeset for help on using the changeset viewer.