From ad42a91f967ba9ea2bd34528373a89b27167d26b Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 4 Jan 2009 07:18:11 +0000 Subject: [PATCH] J : * Fix un warning. --- JGE/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JGE/Makefile b/JGE/Makefile index 24c076915..a0a47e0dd 100644 --- a/JGE/Makefile +++ b/JGE/Makefile @@ -103,13 +103,13 @@ install: $(TARGET_LIB) hge hge: $(TARGET_HGE) -clean: - rm -f $(OBJS) $(HGE_OBJS) - ifeq ($(TARGET_ARCHITECTURE),linux) $(TARGET_LIB): $(OBJS) ar r $(TARGET_LIB) $(OBJS) $(TARGET_HGE): $(HGE_OBJS) ar r $(TARGET_HGE) $(HGE_OBJS) + +clean: + rm -f $(OBJS) $(HGE_OBJS) endif