From 428166fe8526c7f2e4d0d05b00fead9365d9f82c Mon Sep 17 00:00:00 2001 From: crs Date: Sat, 27 Apr 2002 14:19:19 +0000 Subject: [PATCH] set TARGETS macro to BIN and LIB targets. --- Makecommon | 1 + 1 file changed, 1 insertion(+) diff --git a/Makecommon b/Makecommon index a8b27ef1..a126b2da 100644 --- a/Makecommon +++ b/Makecommon @@ -39,6 +39,7 @@ ARF = $(AR) # SOURCES = $(CXXFILES) OBJECTS = $(CXXFILES:.cpp=.o) +TARGETS = $(BINTARGET) $(LIBTARGET) # # always unsatisfied target