From d3226e7e7a83cafa38df7d753717b3b389f9dae3 Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 30 Jul 2005 17:19:17 +0000 Subject: [PATCH] fix Makefile.old for no more builtins.c --- lib/gvc/Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/Makefile.old b/lib/gvc/Makefile.old index 24c495e62..f0c4c66ae 100644 --- a/lib/gvc/Makefile.old +++ b/lib/gvc/Makefile.old @@ -17,7 +17,7 @@ HDRS = gvc.h gvcint.h gvcproc.h gvplugin_render.h gvplugin_device.h \ gvplugin_layout.h gvplugin_textlayout.h \ gvplugin_usershape.h gvplugin.h -OBJS = builtins.o gvrender.o gvlayout.o gvdevice.o gvcontext.o gvjobs.o \ +OBJS = gvrender.o gvlayout.o gvdevice.o gvcontext.o gvjobs.o \ gvplugin.o gvconfig.o gvevent.o gvtextlayout.o gvusershape.o gvc.o libgvc.a : $(OBJS) -- 2.50.1