Check-in Number:
|
2179 | |
Date: |
2002-May-29 15:53:01 (local)
2002-May-29 13:53:01 (UTC) |
User: | rse |
Branch: | |
Comment: |
disable syslog test for now |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.42 -> 1.43
--- Makefile.in 2002/01/03 16:12:51 1.42
+++ Makefile.in 2002/05/29 13:53:01 1.43
@@ -59,7 +59,7 @@
TARGET = $(TARGET_LIBS) $(TARGET_MANS) $(TARGET_PROGS)
TARGET_LIBS = libl2.la libl2syslog.la
TARGET_MANS = l2tool.1 l2-config.1 l2.3
-TARGET_PROGS = l2tool l2_test l2_test_syslog
+TARGET_PROGS = l2tool l2_test
# list of library object files
OBJS = \
|
|