From: Kevin M. Rosenberg Date: Thu, 30 Jan 2003 23:05:57 +0000 (+0000) Subject: r3888: Automatic commit for debian_version_4_1_0-1 X-Git-Tag: debian-4.5.3-3~121 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=99d64b25e3ee0697eaf2c45cbaa0b3100bf3fc14 r3888: Automatic commit for debian_version_4_1_0-1 --- diff --git a/Makefile.in b/Makefile.in index d4151c4..d8572c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -328,8 +328,6 @@ install-exec-am: install-exec: install-exec-recursive install-data-am: - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-data: install-data-recursive install-am: all-am @@ -389,9 +387,9 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -install-data-hook: - test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) - install -g root -o root -m 0644 docs/ctsim.htb $(datadir) +#install-data-hook: +# test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) +# install -g root -o root -m 0644 docs/ctsim.htb $(datadir) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.