Commit eb3af43c by Ian Lance Taylor

Don't pass $(srcdir) to fixincludes scripts

From-SVN: r7347
parent d902c7ea
......@@ -1540,7 +1540,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h
for dir in $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); do \
if [ -d $$dir ]; \
then \
$(SHELL) $(srcdir)/$(FIXINCLUDES) include $$dir $(srcdir); \
$(SHELL) $(srcdir)/$(FIXINCLUDES) include $$dir; \
else true; fi; \
done; \
else true; \
......
......@@ -23,9 +23,6 @@
#
# See README-fixinc for more information.
# Directory where gcc sources (and sometimes special include files) live.
SRCDIR=${3-${SRCDIR-.}}
# Directory containing the original header files.
INPUT=${2-${INPUT-/usr/include}}
......
......@@ -36,9 +36,6 @@
#
# See README-fixinc for more information.
# Directory where gcc sources (and sometimes special include files) live.
SRCDIR=${3-${SRCDIR-.}}
# Directory containing the original header files.
INPUT=${2-${INPUT-/usr/include}}
......
......@@ -31,9 +31,6 @@
#
# See README-fixinc for more information.
# Directory where gcc sources (and sometimes special include files) live.
SRCDIR=${3-${SRCDIR-.}}
# Directory containing the original header files.
INPUT=${2-${INPUT-/usr/include}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment