ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildFile.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildFile.pm (file contents):
Revision 1.21.2.1 by williamc, Fri Apr 30 09:28:47 1999 UTC vs.
Revision 1.21.2.2 by williamc, Tue May 11 09:02:58 1999 UTC

# Line 167 | Line 167 | sub Bin_start {
167          print GNUmakefile "$objectname:$$hashref{name}.dep\n";
168          print GNUmakefile "$objectname_d:$$hashref{name}.dep\n";
169          print GNUmakefile "$objectname_Insure:$$hashref{name}.dep\n";
170 <        print GNUmakefile "$$hashref{name}.dep:$$hashref{file}\n";
171 <        print GNUmakefile "-include $$hashref{name}.dep\n";
170 >        print GNUmakefile "$ENV{LOCALTOP}/\$(workdir)/$$hashref{name}.dep: $(clientmakefile) $$hashref{file}\n";
171 >        print GNUmakefile "-include $ENV{LOCALTOP}/\$(workdir)/$$hashref{name}.dep\n";
172   #       print GNUmakefile "$$hashref{name}:$$hashref{file}\n";
173   print GNUmakefile <<ENDTEXT;
174   $$hashref{name}_d.exe:\$(libslocal_d)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines