Appropriate target for make in tools directory (PC version).
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 17 Jul 1987 01:54:41 +0000 (17:54 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 17 Jul 1987 01:54:41 +0000 (17:54 -0800)
SCCS-vsn: usr.bin/tn3270/api/makefile 1.11
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.16

usr/src/usr.bin/tn3270/api/makefile
usr/src/usr.bin/tn3270/ctlr/makefile

index 2fda0ef..2fe8313 100644 (file)
@@ -96,17 +96,17 @@ sourcelist: ${ALLSOURCE}
                do (echo ${DIRPATH}$$i); done
 
 astosc.out:    ../ctlr/function.h ../ctlr/hostctlr.h ../ctlr/$(KBD)
                do (echo ${DIRPATH}$$i); done
 
 astosc.out:    ../ctlr/function.h ../ctlr/hostctlr.h ../ctlr/$(KBD)
-       (cd ../tools; make mkastosc )
+       (cd ../tools; make mkastosc$X )
        ${RM} $@
        ../tools/mkastosc < ../ctlr/$(KBD) > $@
 
 asc_disp.out:  ebc_disp$O
        ${RM} $@
        ../tools/mkastosc < ../ctlr/$(KBD) > $@
 
 asc_disp.out:  ebc_disp$O
-       (cd ../tools; make mkastods )
+       (cd ../tools; make mkastods$X )
        ${RM} $@
        ../tools/mkastods > $@
 
 disp_asc.out:  ebc_disp$O
        ${RM} $@
        ../tools/mkastods > $@
 
 disp_asc.out:  ebc_disp$O
-       (cd ../tools; make mkdstoas )
+       (cd ../tools; make mkdstoas$X )
        ${RM} $@
        ../tools/mkdstoas > $@
 
        ${RM} $@
        ../tools/mkdstoas > $@
 
index 101c594..7398ed4 100644 (file)
@@ -107,7 +107,7 @@ lint:
        sccs get $<
 
 kbd.out:       $(KBD) hostctlr.h
        sccs get $<
 
 kbd.out:       $(KBD) hostctlr.h
-       (cd ../tools; make mkhits )
+       (cd ../tools; make mkhits$X )
        ${RM} $@ TMPfunc.out
        $(CC) $(CFLAGS) -E function.c > TMPfunc.out
        ../tools/mkhits - ../ctlr/TMPfunc.out < $(KBD) > $@
        ${RM} $@ TMPfunc.out
        $(CC) $(CFLAGS) -E function.c > TMPfunc.out
        ../tools/mkhits - ../ctlr/TMPfunc.out < $(KBD) > $@