diff options
Diffstat (limited to 'sysutils/htop/files/patch-Makefile.am')
-rw-r--r-- | sysutils/htop/files/patch-Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/htop/files/patch-Makefile.am b/sysutils/htop/files/patch-Makefile.am new file mode 100644 index 000000000000..4fcb676427e2 --- /dev/null +++ b/sysutils/htop/files/patch-Makefile.am @@ -0,0 +1,18 @@ +--- Makefile.am.orig 2008-07-16 11:16:00.000000000 +0800 ++++ Makefile.am 2008-07-16 11:16:14.000000000 +0800 +@@ -1,5 +1,5 @@ + +-SUBDIRS = plpa-1.1 ++SUBDIRS = + + bin_PROGRAMS = htop + dist_man_MANS = htop.1 +@@ -34,7 +34,7 @@ + + BUILT_SOURCES = $(myhtopheaders) + htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h +-htop_LDADD = $(top_builddir)/plpa-1.1/src/libplpa_included.la ++htop_LDADD = + + profile: + $(MAKE) all CFLAGS="-pg -O2" |