Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rbc56f30 rea4910b  
    4141        ../hound/libhound.a \
    4242        ../pcm/libpcm.a \
    43         ../cpp/libcpp.a \
    4443        $(LIBC_PREFIX)/libc.a \
    4544        $(LIBC_PREFIX)/crt0.o \
     
    9796        $(COMMON_CFLAGS)
    9897
    99 EXPORT_CXXFLAGS = \
    100         $(COMMON_CXXFLAGS)
    101 
    10298include $(USPACE_PREFIX)/Makefile.common
    10399
     
    113109        echo 'HELENOS_CPPFLAGS="$(EXPORT_CPPFLAGS)"' >> $@.new
    114110        echo 'HELENOS_CFLAGS="$(EXPORT_CFLAGS)"' >> $@.new
    115         echo 'HELENOS_CXXFLAGS="$(EXPORT_CXXFLAGS)"' >> $@.new
     111        echo 'HELENOS_CXXFLAGS="$(EXPORT_CFLAGS)"' >> $@.new
    116112        echo 'HELENOS_LDFLAGS="$(EXPORT_LDFLAGS)"' >> $@.new
    117113        echo 'HELENOS_LDLIBS="$(EXPORT_LDLIBS)"' >> $@.new
     
    150146        mkdir -p $(EXPORT_DIR)/include.new/libpcm
    151147        cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/*
    152         mkdir -p $(EXPORT_DIR)/include.new/libcpp
    153         cp -r -L -t $(EXPORT_DIR)/include.new/libcpp ../cpp/include/*
    154148        mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note: See TracChangeset for help on using the changeset viewer.