Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucbcad!ucbvax!hplabs!hp-pcd!hpcvlo!julie From: julie@hpcvlo.HP.COM (Julie Skeen) Newsgroups: comp.windows.x Subject: Xr11 patch 3 Message-ID: <3940066@hpcvlo.HP.COM> Date: 29 Dec 87 17:16:25 GMT Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 51 *** Intrinsic/INTsrc.save Wed Dec 23 10:40:10 1987 --- Intrinsic/INTRINSIC.src Wed Dec 23 10:42:01 1987 *************** *** 1,5 # ! CCROOT=/ CC=$(CCROOT)/bin/cc AS=$(CCROOT)/bin/as AR=$(CCROOT)/bin/ar --- 1,5 ----- # ! CCROOT= CC=$(CCROOT)/bin/cc AS=$(CCROOT)/bin/as AR=$(CCROOT)/bin/ar *************** *** 5,11 AR=$(CCROOT)/bin/ar LD=$(CCROOT)/bin/ld - INCRT3 = /usr/include/X11 INCRT2 = ../include/X11 INCRT = ../include LIBNAME = ../libXr11.a --- 5,10 ----- AR=$(CCROOT)/bin/ar LD=$(CCROOT)/bin/ld INCRT2 = ../include/X11 INCRT = ../include LIBNAME = ../libXr11.a *************** *** 40,46 $(AS) -o $*.o $< .c.o: ! $(CC) -c -I$(INCRT) -I$(INCRT2) -I$(INCRT3) $(CFLAGS) -D$(OS) -D$(COMP) -D$(NLS) $< $(AR) rlv $(LIBNAME) $*.o clean: --- 39,45 ----- $(AS) -o $*.o $< .c.o: ! $(CC) -c -I$(INCRT) -I$(INCRT2) $(CFLAGS) -D$(OS) -D$(COMP) -D$(NLS) $< $(AR) rlv $(LIBNAME) $*.o clean: