[farsight2/master] Don't delete marshaller list on clean
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:49 PST 2008
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index f4486d5..56b3d40 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ fs-upnp-simple-igd.o: fs-upnp-simple-igd-marshal.h fs-upnp-simple-igd.c fs-upnp-
test: fs-upnp-simple-igd-marshal.o fs-upnp-simple-igd.o test.o
clean:
- rm -f *.o test *.list
+ rm -f *.o test
SOURCES = fs-upnp-simple-igd.c
srcdir = .
--
1.5.6.5
More information about the farsight-commits
mailing list