changed to install binaries in /usr/new
authorGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Sat, 10 Sep 1983 12:35:00 +0000 (04:35 -0800)
committerGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Sat, 10 Sep 1983 12:35:00 +0000 (04:35 -0800)
SCCS-vsn: contrib/bib/src/Makefile 2.3

usr/src/contrib/bib/src/Makefile

index bd81eaa..00ea863 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    2.2     %G%
+#      @(#)Makefile    2.3     %G%
 #
 CC = cc
 .c.o:
@@ -31,10 +31,10 @@ SRCS = \
 all:   invert lookup listrefs bib
 
 install: all
-       install -s -c invert $(DESTDIR)/usr/local/invert
-       install -s -c lookup $(DESTDIR)/usr/local/lookup
-       install -s -c listrefs $(DESTDIR)/usr/local/listrefs
-       install -s -c bib $(DESTDIR)/usr/local/bib
+       install -s -c invert $(DESTDIR)/usr/new/invert
+       install -s -c lookup $(DESTDIR)/usr/new/lookup
+       install -s -c listrefs $(DESTDIR)/usr/new/listrefs
+       install -s -c bib $(DESTDIR)/usr/new/bib
 
 invert:  $(INVo)
        $(CC)   $(INVo)   -o invert