--- Makefile.orig Sat Feb 28 17:12:55 1998 +++ Makefile Wed May 6 06:19:50 1998 @@ -9,7 +9,7 @@ # make zonenames # to get a list of the values you can use for LOCALTIME. -LOCALTIME= Factory +LOCALTIME= US/Central # If you want something other than Eastern United States time as a template # for handling POSIX-style time zone environment variables, @@ -31,17 +31,17 @@ # Everything gets put in subdirectories of. . . -TOPDIR= /usr/local +TOPDIR= /usr # "Compiled" time zone information is placed in the "TZDIR" directory # (and subdirectories). # Use an absolute path name for TZDIR unless you're just testing the software. -TZDIR= $(TOPDIR)/etc/zoneinfo +TZDIR= $(TOPDIR)/share/zoneinfo # The "zic" and "zdump" commands get installed in. . . -ETCDIR= $(TOPDIR)/etc +ETCDIR= $(TOPDIR)/bin # If you "make INSTALL", the "date" command gets installed in. . . @@ -103,7 +103,7 @@ # if you do not want run time warnings about formats that may cause # year 2000 grief # -GCC_DEBUG_FLAGS = -Dlint -g -O -fno-common \ +GCC_DEBUG_FLAGS = -Dlint -O2 -fno-common \ -Wall -Wcast-qual -Wconversion -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith -Wshadow \ -Wtraditional # -Wstrict-prototypes -Wwrite-strings