diff options
Diffstat (limited to 'partx')
-rw-r--r-- | partx/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/partx/Makefile.in b/partx/Makefile.in index d74f7873..62d8c3a1 100644 --- a/partx/Makefile.in +++ b/partx/Makefile.in @@ -168,6 +168,8 @@ LIBS = @LIBS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ +M68K_FALSE = @M68K_FALSE@ +M68K_TRUE = @M68K_TRUE@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ |