Don't build rgenstat when "make clean"

svn path=/trunk/; revision=30281
This commit is contained in:
Marc Piulachs
2007-11-08 20:49:55 +00:00
parent 45c452c254
commit e85c37638b
+1 -1
View File
@@ -46,6 +46,6 @@ $(RGENSTAT_INT_)llmosrt.o: $(RGENSTAT_BASE_)llmosrt.c | $(RGENSTAT_INT)
rgenstat: $(RGENSTAT_TARGET)
.PHONY: rgenstat_clean
rgenstat_clean: $(RGENSTAT_TARGET)
rgenstat_clean:
-@$(rm) $(RGENSTAT_TARGET) $(RGENSTAT_OBJECTS) 2>$(NUL)
clean: rgenstat_clean