- (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
   right.
diff --git a/ChangeLog b/ChangeLog
index 874b787..9eb268e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20010104
  - (bal) I think this is the last of the bsd-*.h that don't belong.
  - (bal) Minor Makefile fix
+ - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
+   right.
 
 20010103
  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index f873968..32312b3 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -21,7 +21,8 @@
 
 all: libopenbsd-compat.a
 
-$(BSDCOMPAT): ../config.h
+$(COMPAT): ../config.h
+$(OPENBSD): ../config.h
 
 libopenbsd-compat.a:  $(COMPAT) $(OPENBSD)
 	$(AR) rv $@ $(COMPAT) $(OPENBSD)