Subject: Makefile buglet for dump & restore
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Tim Chase <tim@introl.introl.com>
List: current-users
Date: 11/11/1993 10:02:30
I noticed the Makefiles for dump & restore both share two common minor
problems.  First, the programs rdump & rrestore will be built using
shared libraries.  I guess the LDFLAGS used when linking them doesn't
contain the -static switch.  Also, those programs' (rdump & restore)
make rules don't have any dependencies on the libraries (they're
dependent on nothing, I think).


						- Tim Chase
						  tim@introl.com

------------------------------------------------------------------------------