diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-13 07:34:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-13 07:34:57 +0200 |
commit | dd64f5afc19274f4e92afde3d13d1e8f0d2ee2d5 (patch) | |
tree | 4c5d9ae03a3d530f2f615229d9c726f4fd39ad98 /test/misc | |
parent | fe109717435b9e62e24579559b3bf521d047d453 (diff) | |
parent | a500a54bedc8081b9959cb03214047aead18b164 (diff) |
Merge branch '1.0' of git+ssh://uclibc-ng.org/git/uclibc-ng into 1.0
Diffstat (limited to 'test/misc')
-rw-r--r-- | test/misc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index d78b276c2..09ff5c3e9 100644 --- a/test/misc/Makefile.in +++ b/test/misc/Makefile.in @@ -45,3 +45,4 @@ CFLAGS_bug-glob2 = -fPIC CFLAGS_opendir-tst1 = -fPIC CFLAGS_tst-inotify = -fPIC CFLAGS_tst-utmp = -fPIC +CFLAGS_tst-utmpx = -fPIC |