Commit 455cee3e by Richard Kenner

Revert to 1.1

From-SVN: r14315
parent bee07132
...@@ -23,13 +23,9 @@ ...@@ -23,13 +23,9 @@
rm -f Make-lang rm -f Make-lang
touch Make-lang touch Make-lang
# We can either be invoked with . from configure or from Makefile. # First parameter is the source directory, second is list of subdirectories
# Some shells can't pass arguments to source'd scripts. savesrcdir=$1
# ??? This needs some rethinking. savesubdirs=$2
savesrcdir=$srcdir
savesubdirs=$subdirs
for subdir in . $savesubdirs for subdir in . $savesubdirs
do do
oldsrcdir=$savesrcdir oldsrcdir=$savesrcdir
......
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