]> granicus.if.org Git - graphviz/commitdiff
fix Makefile.old for no more builtins.c
authorellson <devnull@localhost>
Sat, 30 Jul 2005 17:19:17 +0000 (17:19 +0000)
committerellson <devnull@localhost>
Sat, 30 Jul 2005 17:19:17 +0000 (17:19 +0000)
lib/gvc/Makefile.old

index 24c495e622e818c9ea8e698ed10b911721db84d2..f0c4c66ae7760d3885bc8aff58133353ba66bb0e 100644 (file)
@@ -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)