Check-in Number:
|
2223 | |
Date: |
2002-Jul-04 14:30:46 (local)
2002-Jul-04 12:30:46 (UTC) |
User: | rse |
Branch: | |
Comment: |
activate cfg_buf stuff |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/Makefile 1.2 -> 1.3
--- Makefile 2002/07/04 06:16:13 1.2
+++ Makefile 2002/07/04 12:30:46 1.3
@@ -15,7 +15,7 @@
FLEX = flex-beta
LIB = libcfg.a
-OBJ = cfg_grid.o cfg_data.o cfg_node.o cfg_fmt.o cfg_syn.o cfg_syn_parse.o cfg_syn_scan.o cfg_util.o
+OBJ = cfg_buf.o cfg_grid.o cfg_data.o cfg_node.o cfg_fmt.o cfg_syn.o cfg_syn_parse.o cfg_syn_scan.o cfg_util.o
TST = cfg_test
all: $(LIB) $(TST)
|
|