summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-02-15 10:52:13 -0800
committerGeoff Levand <geoff@infradead.org>2012-02-15 10:52:13 -0800
commit303177dbca468752721daf8d6cb8e87b6e54d5be (patch)
tree25fa90826a3c08bbf7ccbded6e7bcbbeafa69b58 /ui
parent264444f2ae0387a113215c8f2fc619d6c467dfb2 (diff)
downloadtalos-petitboot-303177dbca468752721daf8d6cb8e87b6e54d5be.tar.gz
talos-petitboot-303177dbca468752721daf8d6cb8e87b6e54d5be.zip
Rename pb-nc-generic to pb-nc
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index 164d408..f5c3928 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -40,15 +40,15 @@ libpbnc_la_SOURCES = \
nc-scr.c \
nc-scr.h
-bin_PROGRAMS = pb-nc-generic
+bin_PROGRAMS = pb-nc
if ENABLE_PS3
bin_PROGRAMS += pb-nc-ps3
endif
-pb_nc_generic_SOURCES = generic-main.c
-pb_nc_generic_LDADD = $(common_libs)
+pb_nc_SOURCES = generic-main.c
+pb_nc_LDADD = $(common_libs)
pb_nc_ps3_SOURCES = ps3-main.c
pb_nc_ps3_LDADD = $(common_libs) $(libdir)/libps3-utils.so
OpenPOWER on IntegriCloud