********> bugfix.6 Correction Author: jim caldwell Correction Date: 11/12/97 Programs: GIBBS Severity: Modest Problem: "make bigsource" doesn't work. Affects: compiling gibbs as a single file for debugging purposes Cause: Flag added without testing. Fix: Make the following changes to file Makefile *** Makefile.old Wed Nov 12 11:44:19 1997 --- Makefile Wed Nov 12 11:43:38 1997 *************** *** 45,51 **** bigsource: SYSDIR=`../sysdir dir` ; cd $$SYSDIR ; make sys.f SYSSRC=`../sysdir src` ; \ ! ../Compile CPPONLY -P -D$(PREC) -$(DEWALD) -o gibbs_all.for \ $(SRC) $(LIBSRC) $$SYSSRC @echo GIBBS module source now in gibbs_all.for --- 45,51 ---- bigsource: SYSDIR=`../sysdir dir` ; cd $$SYSDIR ; make sys.f SYSSRC=`../sysdir src` ; \ ! ../Compile CPPONLY -P -D$(PREC) -D$(EWALD) -o gibbs_all.for \ $(SRC) $(LIBSRC) $$SYSSRC @echo GIBBS module source now in gibbs_all.for