home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / DELETE / HP700 / COM_ERR. next >
Encoding:
Text File  |  1998-07-24  |  800 b   |  28 lines

  1. *** Makefile.orig    Tue Dec  1 14:36:11 1992
  2. --- Makefile    Tue Dec  1 14:37:55 1992
  3. ***************
  4. *** 48,58 ****
  5.   
  6.                  AR = ar cq
  7.     BOOTSTRAPCFLAGS =
  8. !                CC = gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
  9.   
  10.            COMPRESS = compress
  11.                 CPP = /lib/cpp $(STD_CPP_DEFINES)
  12. !     PREPROCESSCMD = gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -E $(STD_CPP_DEFINES)
  13.             INSTALL = install
  14.                  LD = ld
  15.         LDLOCATIONS =
  16. --- 48,58 ----
  17.   
  18.                  AR = ar cq
  19.     BOOTSTRAPCFLAGS =
  20. !                CC = cc 
  21.   
  22.            COMPRESS = compress
  23.                 CPP = /lib/cpp $(STD_CPP_DEFINES)
  24. !     PREPROCESSCMD = cc
  25.             INSTALL = install
  26.                  LD = ld
  27.         LDLOCATIONS =
  28.