summaryrefslogtreecommitdiff
blob: f1dd947f8d3c328e1a46beff41fd7882d7bfe579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- lib/Makefile.in.orig	1997-04-30 14:49:58.000000000 -0700
+++ lib/Makefile.in	2003-10-28 12:05:06.000000000 -0800
@@ -6,15 +6,15 @@
 
 LIBRARY		= udunits
 
-FLEX		= /usr/local/gnu/bin/flex
-cpp_path	= -DUT_DEFAULT_PATH='"$(prefix)/etc/udunits.dat"'
+FLEX		= /usr/bin/flex
+cpp_path	= -DUT_DEFAULT_PATH='"/etc/udunits.dat"'
 CPPFLAGS	= -I../port/misc -I../port/cfortran $(cpp_path) @CPPFLAGS@
 CFLAGS		= @CFLAGS@
 
 OBJS		= udunits.o
 LIBOBJS		= utlib.o utparse.o utscan.o udalloc.o
 
-HEADERS		= udunits.h udunits.inc
+HEADERS		= udunits.h
 ETCFILES	= udunits.dat
 MANUALS		= udunits.3 udunits.3f
 prefix		= ../..
@@ -27,7 +27,7 @@
 MANIFEST	= Makefile.in \
 		  depend \
 		  udunits.3 udunits.3f udunits.3fi testcal2.f \
-		  udunits.dat udunits.h udunits.inc utlib.c \
+		  udunits.dat udunits.h utlib.c \
 		  utparse.y utparse.c utparse.h \
 		  utprivate.h utscan.h utscan.l utscan.c