From ea6313eaa3396b4f7683fe668d7e12fe129ba408 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 23 Nov 2001 16:08:20 +0000 Subject: [PATCH] added install target --- pdf2swf/ttf2pt1/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf2swf/ttf2pt1/Makefile.in b/pdf2swf/ttf2pt1/Makefile.in index 42343df..2ac46c8 100644 --- a/pdf2swf/ttf2pt1/Makefile.in +++ b/pdf2swf/ttf2pt1/Makefile.in @@ -5,3 +5,5 @@ all: gcc -c ttf2pt1.c gcc -c t1asm.c ar cru ttf2pt1.a ft.o ttf.o pt1.o ttf2pt1.o t1asm.o +install: + -- 1.7.10.4