Check-in Number:
|
217 | |
Date: |
2000-Dec-12 17:53:19 (local)
2000-Dec-12 16:53:19 (UTC) |
User: | simons |
Branch: | |
Comment: |
Cosmetic changes to the Makefile ... nothing important. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.2 -> 1.3
--- Makefile.in 2000/12/13 16:42:17 1.2
+++ Makefile.in 2000/12/13 16:53:19 1.3
@@ -18,9 +18,8 @@
mailer.c members.c parsearray.c password.c rfcparse.c \
subscribe.c tool.c signature.c unsubscribe.c main.c
OBJS = ${SRCS:.c=.o}
-LIBS = librfc822/librfc822.a liblists/liblists.a \
- libconfigfile/libconfigfile.a libtext/libtext.a libargv/libargv.a \
- libdebug/libdebug.a
+LIBS = librfc822/librfc822.a liblists/liblists.a libargv/libargv.a \
+ libconfigfile/libconfigfile.a libtext/libtext.a libdebug/libdebug.a
.PHONY: all clean distclean realclean
.SUFFIXES:
|
|