diff options
Diffstat (limited to 'net-p2p/gkremldk/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/gkremldk/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/gkremldk/files/patch-Makefile.in b/net-p2p/gkremldk/files/patch-Makefile.in deleted file mode 100644 index c2462b7a5e7d..000000000000 --- a/net-p2p/gkremldk/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2006-06-22 12:48:05.000000000 +0000 -+++ Makefile.in -@@ -10,7 +10,7 @@ gkremldk.o: mldonkeytools.o gkremldk.c - $(CC) -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -c gkremldk.c - - gkremldk.so: gkremldk.o -- $(CC) -Wall -shared -lpthread -Wl -o gkremldk.so gkremldk.o -+ $(CC) -Wall -shared -lpthread -o gkremldk.so gkremldk.o - - clean: - -@rm -f *.so *.o core* |