diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile
index 3df6e0a0099b7a49722f11b90069ebf7c441dce4..62dcba1f1fa8a024d9ddc070215b948e1ab403cb 100644
--- a/src/interfaces/ecpg/test/Makefile
+++ b/src/interfaces/ecpg/test/Makefile
@@ -23,4 +23,4 @@ test_init: test_init.c
 	$(ECPG) $? 
 
 clean:
-	rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2
+	rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 test_notice test_code100
diff --git a/src/interfaces/ecpg/test/test_notice b/src/interfaces/ecpg/test/test_notice
deleted file mode 100755
index 9d9506a83bc229b4d8bb2350a6c1306ff52d34ae..0000000000000000000000000000000000000000
Binary files a/src/interfaces/ecpg/test/test_notice and /dev/null differ