aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile2
-rw-r--r--posix/tstgetopt.args2
2 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 509cc7033d..eb48d1c422 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -101,6 +101,8 @@ endif
CFLAGS-regex.c = -Wno-strict-prototypes
CFLAGS-getaddrinfo.c = -DRESOLVER
+tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
+ --none random
$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
lib: $(objpfx)libposix.a
diff --git a/posix/tstgetopt.args b/posix/tstgetopt.args
deleted file mode 100644
index c82c86560e..0000000000
--- a/posix/tstgetopt.args
+++ /dev/null
@@ -1,2 +0,0 @@
--a -b -cfoobar --required foobar --optional=bazbug --none random
-