summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-05-03 10:40:46 +0200
committerKarel Zak2017-05-03 10:40:46 +0200
commit960ee8e3f1bc5e13fb1e5c3d85d09d0f92f38cd2 (patch)
treed29bddeb30d94e31ef2bc31c7d8342d2a346b24e /text-utils/Makemodule.am
parentcolumn: parent and child has to be independent (diff)
downloadkernel-qcow2-util-linux-960ee8e3f1bc5e13fb1e5c3d85d09d0f92f38cd2.tar.gz
kernel-qcow2-util-linux-960ee8e3f1bc5e13fb1e5c3d85d09d0f92f38cd2.tar.xz
kernel-qcow2-util-linux-960ee8e3f1bc5e13fb1e5c3d85d09d0f92f38cd2.zip
build-sys: remove column-old.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index a0375c0f6..7478eb427 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -24,13 +24,6 @@ dist_man_MANS += text-utils/column.1
column_SOURCES = text-utils/column.c
column_LDADD = $(LDADD) libcommon.la libsmartcols.la
column_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
-
-### temporary during work on new version
-usrbin_exec_PROGRAMS += column-old
-column_old_SOURCES = text-utils/column-old.c
-column_old_LDADD = $(LDADD) libcommon.la
-###
-
endif
if BUILD_HEXDUMP