From e74bcc3138979c394b31820cc3b2efc7d9a9b3ec Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 23 Oct 2000 22:45:23 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/eggprogs/Sources.pp | 6 ++++-- pandatool/src/imageprogs/Sources.pp | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pandatool/src/eggprogs/Sources.pp b/pandatool/src/eggprogs/Sources.pp index f873a0560e..79e16de061 100644 --- a/pandatool/src/eggprogs/Sources.pp +++ b/pandatool/src/eggprogs/Sources.pp @@ -1,4 +1,6 @@ -#begin bin_target +// We won't install egg-trans for now, since the one in $DWDTOOL +// is better. +#begin noinst_bin_target #define TARGET egg-trans #define LOCAL_LIBS \ eggbase progbase @@ -14,5 +16,5 @@ #define INSTALL_HEADERS \ -#end bin_target +#end noinst_bin_target diff --git a/pandatool/src/imageprogs/Sources.pp b/pandatool/src/imageprogs/Sources.pp index 9721abf881..d6e875dc66 100644 --- a/pandatool/src/imageprogs/Sources.pp +++ b/pandatool/src/imageprogs/Sources.pp @@ -1,4 +1,6 @@ -#begin bin_target +// We won't install image-trans for now, since the one in $DWDTOOL +// is better. +#begin noinst_bin_target #define TARGET image-trans #define LOCAL_LIBS \ imagebase progbase @@ -12,5 +14,5 @@ #define INSTALL_HEADERS \ -#end bin_target +#end noinst_bin_target