blob: fe00280b89b98a1e002b6ac8c67fc637a747a22d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Don' link include this useless getopt reimplementations into every
executable. When/if pilot-link starts to use the longopt/getopt_long, it
should check if the libc or the libgnugetopt has them first.
+++ Makefile.in Fri Aug 24 10:17:57 2001
@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook
-GETOPT = getopt.o getopt1.o
+GETOPT =
--- pilot-xfer.c Tue May 22 08:20:05 2001
+++ pilot-xfer.c Mon Aug 27 14:44:52 2001
@@ -33,3 +33,2 @@
#endif
-#include "getopt.h"
#include <sys/stat.h>
|