libvx32: clean should remove asm.h - vx32 - Local 9vx git repository for patches.
Log
Files
Refs
---
commit 345b9b46858daa9dc2314b5ad88b560895cdae0b
parent d11fb60318daea581aafea19f3aa85047c62cf2c
Author: Russ Cox 
Date:   Thu, 30 Apr 2009 06:54:45 -0700

libvx32: clean should remove asm.h

Diffstat:
  src/libvx32/Makefrag                |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libvx32/Makefrag b/src/libvx32/Makefrag
@@ -29,7 +29,7 @@ VX32_OBJS = \
 VX32_DEPS := libvx32/libvx32.a
 VX32_INST := $(prefix)/lib/libvx32.a
 
-CLEAN_FILES += $(VX32_OBJS) $(VX32_DEPS)
+CLEAN_FILES += $(VX32_OBJS) $(VX32_DEPS) libvx32/asm.h
 
 all: $(VX32_DEPS)
 install: $(VX32_INST)