Don't pass $(srcdir) to fixincludes scripts

From-SVN: r7347
This commit is contained in:
Ian Lance Taylor 1994-05-26 15:50:13 +00:00
parent d902c7ead3
commit eb3af43c24
4 changed files with 1 additions and 10 deletions

View File

@ -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; \

View File

@ -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}}

View File

@ -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}}

View File

@ -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}}