diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-03 03:54:03 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-13 00:26:40 -0500 |
commit | f07b6a12c449f2e5987e0b8fdcb6e72be8dbeb07 (patch) | |
tree | 48627c0a2d09028ca7e9eb92496a7984c6fdac4c /test | |
parent | ccd00917a2cb69b80714f9b9d028288ddac23e69 (diff) |
fix linking for m68k
Diffstat (limited to 'test')
-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 |