diff options
Diffstat (limited to 'make_vms.com')
-rw-r--r-- | make_vms.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make_vms.com b/make_vms.com index c8fa6a5..87c480a 100644 --- a/make_vms.com +++ b/make_vms.com | |||
@@ -10,6 +10,7 @@ $! | |||
10 | $!------------------------------------------------------------------------------ | 10 | $!------------------------------------------------------------------------------ |
11 | $! Version history | 11 | $! Version history |
12 | $! 0.01 20060120 First version to receive a number | 12 | $! 0.01 20060120 First version to receive a number |
13 | $! 0.02 20061008 Adapt to new Makefile.in | ||
13 | $! | 14 | $! |
14 | $ on error then goto err_exit | 15 | $ on error then goto err_exit |
15 | $! | 16 | $! |
@@ -353,7 +354,7 @@ $! | |||
353 | $CREA_OLIST: | 354 | $CREA_OLIST: |
354 | $ open/read min makefile.in | 355 | $ open/read min makefile.in |
355 | $ open/write mod modules.opt | 356 | $ open/write mod modules.opt |
356 | $ src_check = "OBJS =" | 357 | $ src_check = "OBJC =" |
357 | $MRLOOP: | 358 | $MRLOOP: |
358 | $ read/end=mrdone min rec | 359 | $ read/end=mrdone min rec |
359 | $ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop | 360 | $ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop |