casey%gauss.llnl.gov@LLL-CRG.LLNL.GOV (Casey Leedom) (11/12/89)
*** gawk/Makefile-dist Tue Oct 24 13:37:47 1989 --- gawk/Makefile Sat Nov 11 22:20:10 1989 *************** *** 21,26 **** --- 21,31 ---- # User tunable macros + DESTDIR= + BINDIR= /usr/local/bin + MANDIR= /usr/man/manl + MANEXT= l + # CFLAGS: options to the C compiler # # -O optimize *************** *** 175,180 **** --- 180,189 ---- # /lib/cpp < alloca.s | sed '/^#/d' > t.s # as t.s -o alloca.o # rm t.s + + install: + install -s gawk ${DESTDIR}${BINDIR} + install -c gawk.1 ${DESTDIR}${MANDIR}/gawk.${MANEXT} # If your machine is not supported by the assembly version of alloca.s, # use the C version instead. This uses the default rules to make alloca.o.