summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch')
-rw-r--r--sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
deleted file mode 100644
index 6f80808..0000000
--- a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile_BACKUP 2010-01-12 01:26:33.000000000 +0100
-+++ Makefile 2010-01-12 01:26:58.000000000 +0100
-@@ -7,10 +7,10 @@
- LIB = -lfuse -lpthread -lm
-
- build:
-- make -C src/
-+ $(MAKE) -C src/
-
- clean:
-- make -C src/ clean
-+ $(MAKE) -C src/ clean
-
- install: build
- cp src/unionfs $(DESTDIR)/sbin/