]> sourceware.org Git - glibc.git/blob - Makefile.in
Declare targets with .PHONY in Makefile.in.
[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 .PHONY: all install
7
8 all .DEFAULT:
9 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
10
11 install:
12 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
13 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
This page took 0.037717 seconds and 6 git commands to generate.