diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-12 19:46:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-12 19:46:34 +0000 |
commit | c31e430a8c214107844e7a5df595b89f3a2eadd1 (patch) | |
tree | 3acee504cd95e4256ef5e7f28d1e40561c9a5a69 /posix | |
parent | d5ef95c858638d7584d225894bf5a53b475310b0 (diff) | |
download | glibc-c31e430a8c214107844e7a5df595b89f3a2eadd1.tar.gz glibc-c31e430a8c214107844e7a5df595b89f3a2eadd1.tar.xz glibc-c31e430a8c214107844e7a5df595b89f3a2eadd1.zip |
Remove gpl2lgpl variable.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 8bc15ad215..744f49f5b3 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -91,7 +91,6 @@ tests += wordexp-test tst-exec tst-spawn endif others := getconf install-bin := getconf -gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h before-compile := testcases.h ptestcases.h |