diff options
author | Karel Zak <kzak@redhat.com> | 2010-05-24 12:37:12 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-05-24 12:37:12 +0200 |
commit | 5dfc518c2e2a02b9011295dbfc3015f239acde00 (patch) | |
tree | 5cd0c28819b90191570f2da797aa049a3749e044 /partx | |
parent | 76f47165b0077e1fba8e32b503c03cdbd4bb58fb (diff) | |
download | util-linux-old-5dfc518c2e2a02b9011295dbfc3015f239acde00.tar.gz |
build-sys: replace ../ with $top_srcdir
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'partx')
-rw-r--r-- | partx/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am index 238f3228..36163aa9 100644 --- a/partx/Makefile.am +++ b/partx/Makefile.am @@ -4,10 +4,10 @@ if BUILD_PARTX usrsbin_exec_PROGRAMS = addpart delpart partx partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \ - efi.h gpt.h crc32.h partx.h dos.h ../lib/blkdev.c + efi.h gpt.h crc32.h partx.h dos.h $(top_srcdir)/lib/blkdev.c if LINUX -partx_SOURCES += ../lib/linux_version.c +partx_SOURCES += $(top_srcdir)/lib/linux_version.c endif dist_man_MANS = addpart.8 delpart.8 partx.8 |