From 2a91fe8326f431b98d98f22754dc211d9623979e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Feb 2000 12:34:17 +0000 Subject: [PATCH] Fix: referred to zmbol.mak. --- win/makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index 58554bb..959d5b3 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Z'mbol makefile for MS NMAKE -# $Id: makefile,v 1.1 1999-12-08 22:11:56 adam Exp $ +# $Id: makefile,v 1.2 2000-02-08 12:34:17 adam Exp $ ########################################################### ############### Parameters @@ -382,7 +382,7 @@ $(OBJDIR) $(WINDIR) $(LIBDIR) $(BINDIR) $(TMPDIR): ############### Explicit dependencies ########################################################### -$(ALL_OBJS): zmbol.mak +$(ALL_OBJS): makefile # force recompilation of everything, if makefile changed @@ -391,7 +391,10 @@ $(ALL_OBJS): zmbol.mak ########################################################### # # $Log: makefile,v $ -# Revision 1.1 1999-12-08 22:11:56 adam +# Revision 1.2 2000-02-08 12:34:17 adam +# Fix: referred to zmbol.mak. +# +# Revision 1.1 1999/12/08 22:11:56 adam # Separate WIN32 sub directories for Zebra and Z'mbol. # # Revision 1.1 1999/12/02 10:26:49 adam -- 1.7.10.4