* Fix un warning.
This commit is contained in:
jean.chalard
2009-01-04 07:18:11 +00:00
parent 449d1eecb7
commit ad42a91f96

View File

@@ -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