From 6999193ba9069e620831bed0f85efa43ff6e283a Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 24 Aug 2010 15:25:36 +0100 Subject: Correct errors in the use of multiple targets for bitcount.h and uudmap.h The fixes of Makefile.SH in 0f13ebd5d71f8177 also need to be applied on Win32 and VMS. --- win32/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index d4452fedd5..e7370dc04e 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -979,7 +979,10 @@ $(X2P) : $(MINIPERL) $(X2P_OBJ) Extensions $(MINIDIR)\globals$(o) : $(UUDMAP_H) $(BITCOUNT_H) -$(UUDMAP_H) $(BITCOUNT_H) : $(GENUUDMAP) +$(UUDMAP_H) : $(BITCOUNT_H) + $(GENUUDMAP) $(UUDMAP_H) $(BITCOUNT_H) + +$(BITCOUNT_H) : $(GENUUDMAP) $(GENUUDMAP) $(UUDMAP_H) $(BITCOUNT_H) $(GENUUDMAP) : $(GENUUDMAP_OBJ) -- cgit v1.2.1