]> gcc.gnu.org Git - gcc.git/commitdiff
Don't pass $(srcdir) to fixincludes scripts
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 26 May 1994 15:50:13 +0000 (15:50 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 26 May 1994 15:50:13 +0000 (15:50 +0000)
From-SVN: r7347

gcc/Makefile.in
gcc/fixinc.dgux
gcc/fixinc.sco
gcc/fixinc.svr4

index ae9c6e40837d82c9ac2a6965458fd797724f88cd..28c1c2ad1f3080aafeb17c145676281b521e42bc 100644 (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; \
index 7a7345698e3c2edcf009ad0e0e0442041f392e2d..80f7fca3e478e1af7f4a5c4affdd014d8aec31a7 100755 (executable)
@@ -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}}
 
index 1b90331a4f3b326a553c26f7f2eb191115ace02f..c937dede14146b200e679c8466afe9be4b249e80 100755 (executable)
@@ -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}}
 
index 35a579c049c971c672a1a3403cd11a63da857f09..869589286e8405fa59b58657749483f1001b9459 100755 (executable)
@@ -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}}
 
This page took 0.066814 seconds and 5 git commands to generate.