move archive name
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:18:06 +0000 (22:18 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:18:06 +0000 (22:18 -0800)
SCCS-vsn: lib/libplot/imagen/Makefile 5.3

usr/src/lib/libplot/imagen/Makefile

index 7358ddb..f2f44e8 100644 (file)
@@ -3,16 +3,16 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o line.o \
        linemod.o move.o open.o point.o scale.o space.o
 
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o line.o \
        linemod.o move.o open.o point.o scale.o space.o
 
-all:   ../libimagen
+all:   ../libplotimagen
 
 
-../libimagen: ${OBJS}
-       ar cr ../libimagen ${OBJS}
+../libplotimagen: ${OBJS}
+       ar cr ../libplotimagen ${OBJS}
 
 close.o erase.o label.o line.o open.o: imp.h imPcodes.h
 cont.o move.o: imp.h
 
 close.o erase.o label.o line.o open.o: imp.h imPcodes.h
 cont.o move.o: imp.h