summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/uif2iso/files/0.1.7-Makefile')
-rw-r--r--app-cdr/uif2iso/files/0.1.7-Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-cdr/uif2iso/files/0.1.7-Makefile b/app-cdr/uif2iso/files/0.1.7-Makefile
deleted file mode 100644
index 0b8a2bd95355..000000000000
--- a/app-cdr/uif2iso/files/0.1.7-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# We replace the makefile since the upstream one is not suitable for
-# us :(
-
-OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
-
-CFLAGS += -DMAGICISO_IS_SHIT
-
-LDLIBS = -lz
-
-uif2iso: $(OBJS)