From aad83b0bb38a8757a89f7b5fdf0220922dd7e70f Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 4 Feb 2001 23:26:15 +0000 Subject: [PATCH] oops, remove this unused file (for over a year now). -- Pointed out by: Reinhard J. Sammer --- graphics/mpeg-lib/files/patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 graphics/mpeg-lib/files/patch diff --git a/graphics/mpeg-lib/files/patch b/graphics/mpeg-lib/files/patch deleted file mode 100644 index 0541a5cb29a..00000000000 --- a/graphics/mpeg-lib/files/patch +++ /dev/null @@ -1,19 +0,0 @@ ---- xx Tue Jun 30 15:14:22 1998 -+++ Makefile.in Tue Jun 30 15:14:46 1998 -@@ -39,7 +39,7 @@ - - # Targets for all platforms - --all: $(LIBRARY) ${SHLIBRARY} @extras@ -+all: $(LIBRARY) @extras@ - - $(LIBRARY): $(LIBOBJ) - $(AR) $(ARFLAGS) $(LIBRARY) $(LIBOBJ) -@@ -52,7 +52,6 @@ - - install: - install -c -m 444 ${LIBRARY} ${PREFIX}/lib -- install -c -m 444 ${SHLIBRARY} ${PREFIX}/lib - install -c -m 444 mpeg.h ${PREFIX}/include - - @Makefile_extras@