You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
801 B
24 lines
801 B
Index: Makefile.in |
|
--- Makefile.in.orig 2010-09-30 17:02:08.000000000 +0200 |
|
+++ Makefile.in 2010-10-01 11:04:21.000000000 +0200 |
|
@@ -147,7 +147,7 @@ |
|
CONFIG_CLEAN_FILES = rvm.1 |
|
CONFIG_CLEAN_VPATH_FILES = |
|
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" |
|
-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
|
+PROGRAMS = $(bin_PROGRAMS) |
|
am_rvm_OBJECTS = error.$(OBJEXT) estring.$(OBJEXT) fs.$(OBJEXT) \ |
|
tstamp.$(OBJEXT) rconfig.$(OBJEXT) timer.$(OBJEXT) \ |
|
logger.$(OBJEXT) estat.$(OBJEXT) vaulter.$(OBJEXT) \ |
|
@@ -2626,11 +2626,6 @@ |
|
ln -s debian/changelog ./ChangeLog |
|
|
|
install: $(BUILT_SOURCES) |
|
- @echo |
|
- @echo "If you haven't typed \"make check\", you should do so" |
|
- @echo "before installing." |
|
- @echo |
|
- @sleep 10 |
|
$(MAKE) $(AM_MAKEFLAGS) install-am |
|
|
|
update: update-dist update-www
|
|
|