]> sourceware.org Git - glibc.git/blob - Makefile.in
Remove _dl_initial_dtv
[glibc.git] / Makefile.in
1 srcdir = @srcdir@
2
3 # Uncomment the line below if you want to do parallel build.
4 # PARALLELMFLAGS = -j 4
5
6 all .DEFAULT:
7 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
8
9 install:
10 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
11 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
This page took 0.033532 seconds and 5 git commands to generate.