--- Makefile.in.orig	Wed Feb 24 08:36:56 1993
+++ Makefile.in	Sun Mar 26 15:52:20 2000
@@ -15,6 +15,7 @@
 
 .PHONY:         default
 
+all:            prog
 default:        prog
 
 # Added the prefix macro, so that it was easier to change installation place.
@@ -32,9 +33,9 @@
 
 # define DEFFILE as a filename with freeze's default Huffman values
 # e.g. -DDEFFILE=\"/etc/default/freeze\"
-# !!!! NOTE !!!! default is now $(prefix)/lib/freeze.cnf !!!!!
+# !!!! NOTE !!!! default is now /etc/freeze.cnf !!!!!
 
-OPTIONS       = -DDEFFILE=\"$(prefix)/lib/freeze.cnf\"
+OPTIONS       = -DDEFFILE=\"/etc/freeze.cnf\"
 
 LINTFLAGS     = -DDEBUG -DGATHER_STAT -x -h
 
