[Pkg-shadow-commits] r3274 - debian/trunk/tests/common

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat Aug 28 20:07:20 UTC 2010


Author: nekral-guest
Date: 2010-08-28 20:07:14 +0000 (Sat, 28 Aug 2010)
New Revision: 3274

Modified:
   debian/trunk/tests/common/Makefile
Log:
Add the other failure libraries.


Modified: debian/trunk/tests/common/Makefile
===================================================================
--- debian/trunk/tests/common/Makefile	2010-08-28 20:02:25 UTC (rev 3273)
+++ debian/trunk/tests/common/Makefile	2010-08-28 20:07:14 UTC (rev 3274)
@@ -1,4 +1,4 @@
-all: rename_failure.so
+all: rename_failure.so rmdir_failure.so unlink_failure.so
 
-rename_failure.so: rename_failure.c
+%.so: %.c
 	gcc -W -Wall -pedantic -g $< -shared -ldl -o $@




More information about the Pkg-shadow-commits mailing list